Open AndreyAttr opened 7 years ago
I think it appeared after using some workaround(to provide custom style-loader for bootstrap, because approach described in official documentation for custom style-loader caused errors).
//Fixme: Doesn't work: https://www.npmjs.com/package/bootstrap-webpack#extract-text-webpack-plugin
//Done: Fixed with workaround
styleLoader: styleLoader,
Official approach: https://github.com/gowravshekar/bootstrap-webpack#extract-text-webpack-plugin and the same https://www.npmjs.com/package/bootstrap-webpack#extract-text-webpack-plugin
Double bootstrap.config.js launch during starting webpack dev server