You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the webpack.config.js,i add the loader configuration: { test: /\.scss$/, loader: 'style!css!sass?includePaths[]=' + './node_modules/compass-mixins/lib' }
My directory list:
The _image.scss file: @import "compass/utilities/sprites"; @import "icon/*.png"; @include all-icon-sprites;
3.when i run webpack, the command-line alert errors below:
The text was updated successfully, but these errors were encountered:
{ test: /\.scss$/, loader: 'style!css!sass?includePaths[]=' + './node_modules/compass-mixins/lib' }
The _image.scss file:
@import "compass/utilities/sprites"; @import "icon/*.png"; @include all-icon-sprites;
3.when i run webpack, the command-line alert errors below:
The text was updated successfully, but these errors were encountered: