-
js package
-
Install webpack
-
New webpack.config.js
-
Execute webpack to package js into ./dist/bubdle.js
-
css packaging
-
Install style-loader and css-loader
-
implement:
webpack
or webpack -w (live listening)
-
official documentation
js package
Install webpack
New webpack.config.js
Execute webpack to package js into ./dist/bubdle.js
css packaging
Install style-loader and css-loader
implement:
webpack
or webpack -w (live listening)
official documentation