webpack-library-example icon indicating copy to clipboard operation
webpack-library-example copied to clipboard

An example of how to author libraries using webpack.

Results 9 webpack-library-example issues
Sort by recently updated
recently updated
newest added

step 1、npm install 2、npm run build:browser or npm run build:node ![image](https://user-images.githubusercontent.com/26105855/89700217-1b380c80-d95f-11ea-9cc6-7b0d5c44094f.png)

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)?...

help wanted
question

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?