Open limpbrains opened 9 years ago
If i'm runnind build for production, webpack doesn't quit after the build. Try https://github.com/webpack/react-starter and npm run build
Temporary workaround:
var plugins = [some, plugins]; if (process.env.NODE_ENV === 'development') { plugins.push(new AnyBarWebpackPlugin()); } // exported config object plugins: plugins
If i'm runnind build for production, webpack doesn't quit after the build. Try https://github.com/webpack/react-starter and npm run build