-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Description
Please provide us with the following information:
-
OS?
macOS Sierra -
Versions. Please run
ng --version. If there's nothing outputted, please run
in a Terminal:node --versionand paste the result here:
angular-cli: 1.0.0-beta.14
node: 6.5.0
os: darwin x64 -
Repro steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc.
Install bootstrap-sass and create a new scss filesrc/scss/bootstrap.scssand copy the content of the original bootstrap.scss in that file... Why create this file? because i need to import some extra files to override bootstrap styles -
The log given by the failure. Normally this include a stack trace and some
more information.
ERROR in .//css-loader!.//postcss-loader!./~/sass-loader!./src/scss/bootstrap.scss
Module not found: Error: Can't resolve '../fonts/bootstrap/glyphicons-halflings-regular.svg' in '/Users/xxxxxxxx/WebstormProjects/xxxxxxx/src/scss' -
Mention any other details that might be useful.
In previous project, using react, i need to configure resolve-url-loader in webpack:{ test: /\.scss$/, loader: ExtractTextPlugin.extract("style", 'css?sourceMap!resolve-url!sass?sourceMap'), }
Thanks! We'll be in touch soon.