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
Hey guys, I've been working on this issue for the better part of a week and am trying to see if anyone else has experience getting Eyeglass to work with Webpack 1 and Sass Loader. Based on my research on this issue, I came across #153 and material-components/material-components-web#351, which led me to think that this should be the set up:
Unfortunately, when i run npm start, I get a Failed to compile error:
Failed to compile.
Error in ./src/scss/app.scss
Module build failed:
@import "@eg-modules-header";
^
File to import not found or unreadable: @eg-modules-header.
Parent style sheet: stdin
in /Users/xxxxx/workspace/xxxxxx/test/src/scss/app.scss (line 82, column 1)
@ ./src/scss/app.scss 4:14-180 13:2-17:4 14:20-186
Can anyone share a working example of Eyeglass + Webpack + Sass-loader?
The text was updated successfully, but these errors were encountered:
Hey guys, I've been working on this issue for the better part of a week and am trying to see if anyone else has experience getting Eyeglass to work with Webpack 1 and Sass Loader. Based on my research on this issue, I came across #153 and material-components/material-components-web#351, which led me to think that this should be the set up:
Unfortunately, when i run
npm start
, I get aFailed to compile
error:Can anyone share a working example of Eyeglass + Webpack + Sass-loader?
The text was updated successfully, but these errors were encountered: