simpulton / eggly-es6

A bookmark manager built with Angular 1.x, ES6, Gulp, and Webpack.
Apache License 2.0
57 stars 30 forks source link

can't find bootstrap css #4

Open photocurio opened 8 years ago

photocurio commented 8 years ago

I get this error when I run the gulp build: bootstrap.min.css:4Uncaught Error: Cannot find module "!!./../../css-loader/index.js!./bootstrap.min.css"webpackMissingModule @ bootstrap.min.css:4(anonymous function) I do have the modules css-loader and bootstrap-css-only installed.

jdgarvey commented 8 years ago

@photocurio can you show us your code that actually imports that css? Also, can you give us the following info:

Thanks!