This repository was archived by the owner on Nov 16, 2023. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 582
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
scss not compiling #74
Copy link
Copy link
Open
Description
ERROR in ./src/app.vue?vue&type=style&index=0&id=5ef48958&scoped=true&lang=scss& (./node_modules/vue-loader/lib??ref--2!./node_modules/vue-loader/lib??vue-loader-options!./src/app.vue?vue&type=style&index=0&id=5ef48958&scoped=true&lang=scss&) Module build failed (from ./node_modules/vue-loader/lib/index.js): TypeError: Cannot read property 'content' of undefined at selectBlock (C:\Users\pc\Desktop\play\essentialfootball\node_modules\vue-loader\lib\select.js:41:13) at Object.module.exports (C:\Users\pc\Desktop\play\essentialfootball\node_modules\vue-loader\lib\index.js:79:12) @ ./src/app.vue?vue&type=style&index=0&id=5ef48958&scoped=true&lang=scss& 1:0-196 1:212-215 1:217-410 1:217-410 @ ./src/app.vue @ ./src/app.ts i could not compile scss styles, but I solved by changing how the vue style loader was loaded:
{ test: /\.scss$/, use: [ 'vue-style-loader', 'css-loader', 'sass-loader' ] } luca-nardelli, pbrach and LifeIsStrange
Metadata
Metadata
Assignees
Labels
No labels