wildcards-entry-webpack-plugin icon indicating copy to clipboard operation
wildcards-entry-webpack-plugin copied to clipboard

wildcards entry webpack plugin compatible with watch mode

Results 4 wildcards-entry-webpack-plugin issues
Sort by recently updated
recently updated
newest added

Can you push the latest code to npm? It doesn't have the Webpack 4 compatibility change yet. I guess you'll probably want to increment the version and change README.md as...

I would love something like this entry: WildcardsEntryWebpackPlugin.entry({ entry1: './src/a.js', entry2: './src/**/*.js', entry3: '...' }),

Hey, IMHO it's better to use `__dirname` instead of `process.cwd()` because all the paths in webpack config are relative to config file. For example if have following structure ``` package.json...