Ihatetomatoes / webpack-101-bootstrap

Learn how to load Twitter Bootstrap with Webpack 2 and bootstrap-loader.
22 stars 76 forks source link

Temporary Fix on webpack.config.js and SVG fix for bootstrap #2

Closed lmuzquiz closed 7 years ago

lmuzquiz commented 7 years ago
  1. -To avoid this error when doing npm run dev: Module build failed: TypeError: Cannot read property 'bypassOnDebug' of null Caused by an issue on image-webpack-loader: https://github.com/tcoopman/image-webpack-loader/pull/87

2- To avoid svg error

Comment: Maybe you should change line 71 from

        filename: '/css/[name].css',

to filename: 'css/[name].css', But im not quite sure.