How to Run Node.js in a Browser - Tutorial - By JIACHENG

By @bestboom11/17/2019dlike
Shared From Dlike

This problem has many solutions. For example, codesandbox, which defines a browser-based compilation strategy, can be used to package reacts, vue, etc. in the browser. It can also be easily understood that codeandbox does a browser version of webpack.

But the question is, can we execute webpack in the browser instead of doing a new one? Even implementing some webpack-based libraries?


Shared On DLIKE

15

comments