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
Hello,
I try to embed some scss files with my app, but I have a problem and it appears when I try to load in sass-loader and style-loader, css-loader, not sure what it is. But here is the error:
ERROR in ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/styles.scss
Module build failed: TypeError: this.getResolve is not a function
at Object.loader (C:\Users\Shalaw\Desktop\react-course\indecision-app\node_modules\sass-loader\dist\index.js:52:26)
@ ./src/styles/styles.scss 1:14-125
@ ./src/app.js
@ multi (webpack)-dev-server/client?http://localhost:8080 ./src/app.js
webpack: Failed to compile.
The text was updated successfully, but these errors were encountered:
Hello,
I try to embed some scss files with my app, but I have a problem and it appears when I try to load in sass-loader and style-loader, css-loader, not sure what it is. But here is the error:
ERROR in ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/styles.scss
Module build failed: TypeError: this.getResolve is not a function
at Object.loader (C:\Users\Shalaw\Desktop\react-course\indecision-app\node_modules\sass-loader\dist\index.js:52:26)
@ ./src/styles/styles.scss 1:14-125
@ ./src/app.js
@ multi (webpack)-dev-server/client?http://localhost:8080 ./src/app.js
webpack: Failed to compile.
The text was updated successfully, but these errors were encountered: