webpack-library-example
webpack-library-example copied to clipboard
An example of how to author libraries using webpack.
step 1、npm install 2、npm run build:browser or npm run build:node 
How webpack should be configured In a lib project which has not only js, but also style files (sass, less, css). When they should be deployed separately (build/main.min.js and build/main.min.css)?...
In the library, I need dynamic import some dependencies. And I will use the library in another project. The question is how to dynamic import in the library
https://github.com/plotly/dash-component-boilerplate/issues/12#issuecomment-425040481
Hi! When I build the repo as it is now, I get the following error: ```bash fergus ~/repos/webpack-library-example 💥 ➜ npm run "build:browser" > [email protected] build:browser /home/fergus/repos/webpack-library-example > webpack &&...
Could you create a room on https://gitter.im/ for your repository?