This actually works fine and the outputted styles.css file includes my own CSS, plus the bootstrap CSS. However, there is an error thrown during compilation:
ERROR in ./~/extract-text-webpack-plugin/loader.js?{"omit":1,"extract":true,"remove":true}!./~/style-loader!./~/css-loader!./~/less-loader!./~/bootstrap-webpack/bootstrap-styles.loader.js!./bootstrap.config.js
Module build failed: Error: "extract-text-webpack-plugin" loader is used without the corresponding plugin, refer to https://github.com/webpack/extract-text-webpack-plugin for the usage example
at Object.module.exports.pitch (/Users/dpwrussell/Checkout/ExampleApp/node_modules/extract-text-webpack-plugin/loader.js:21:9)
@ ./~/bootstrap-webpack/index.loader.js!./bootstrap.config.js 1:0-400
Hi,
I have configured
bootstrap.config.js
like so:and my main
webpack.config.js
:This actually works fine and the outputted
styles.css
file includes my own CSS, plus the bootstrap CSS. However, there is an error thrown during compilation: