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
WARNING in ./~/css-loader?{"sourceMap":true,"importLoaders":3}!./~/postcss-loader?{"sourceMap":true}!./~/resolve-url-loader?{"sourceMap":true}!./~/sass-loader/lib/loader.js?{"sourceMap":true}!./~/source-map-loader!./client/app/styles/styles.scss
(Emitted value instead of an instance of Error) resolve-url-loader cannot operate: CSS error
/Users/xxx/code/xxx/client/app/styles/styles.scss:284:3: @font-face missing '}'
at error (/Users/xxx/code/xxx/node_modules/css/lib/parse/index.js:62:15)
@ ./client/app/styles/styles.scss 4:14-315 13:2-17:4 14:20-321
@ ./client/app/app.module.ts
@ multi (webpack)-dev-server/client?http://localhost:8080 webpack/hot/dev-server ./client/app/app.module.ts
The text was updated successfully, but these errors were encountered:
Getting this error when I include resolve-url-loader in my build. All SCSS compiles okay without it.
webpack.config.js:
styles.scss:
~xxx-core/src/styles/xxx-xxx.scss:
xxx/variables.scss:
xxx/fonts.scss:
Console:
The text was updated successfully, but these errors were encountered: