bootstrap-webpack-example
bootstrap-webpack-example copied to clipboard
example of configuring webpack with bootstrap using bootstrap-webpack
I have cloned repo and run gulp build. I got error: ``` pochemuto@home ~/Desktop/bootstrap-webpack-example (master) ✗ gulp build [18:23:07] Using gulpfile ~/Desktop/bootstrap-webpack-example/gulpfile.js (node:17779) DeprecationWarning: process.EventEmitter is deprecated. Use require('events') instead....
When I tried this example, I received the following error: ``` ERROR in ./~/bootstrap/fonts/glyphicons-halflings-regular.woff2 Module parse failed: /Users/pdrummond/src/bootstrap-webpack-example/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff2 Line 1: Unexpected token ILLEGAL You may need an appropriate loader to...
Without `.woff2` the build fails and styles aren't displayed
May be mime? url?limit=10000&minetype=application/octet-stream
Hello there! I was getting a error that prevented the whole assets from being compiled. One has to do with the missing woff2 extension on the tests and other with...
https://github.com/bline/bootstrap-webpack-example/blob/master/webpack.config.js#L27 I think 'minetype' should be 'mimetype'.