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 nuxt.config.js
i changed to
css: [
'@/assets/css/global.scss'
]
and it throws error
15888:0918/113806.973:ERROR:CONSOLE(7574)] "Extension server error: Object not found: ", source: chrome-devtools://devtools/bundled/inspector.js (7574)
ERROR Failed to compile with 1 errors11:38:07
This dependency was not found:
..\assets\css\global.scss in ./.nuxt/App.js
To install it, you can run: npm install --save ..\assets\css\global.scss
in normal nuxt structure i can easly add scss like this but in electron template i can't add it ... i have to add css not scss
What is expected ?
to compile scss to css in nuxt structure
What is actually happening?
15888:0918/113806.973:ERROR:CONSOLE(7574)] "Extension server error: Object not found: ", source: chrome-devtools://devtools/bundled/inspector.js (7574)
ERROR Failed to compile with 1 errors11:38:07
This dependency was not found:
..\assets\css\global.scss in ./.nuxt/App.js
To install it, you can run: npm install --save ..\assets\css\global.scss
This bug report is available on Nuxt community (#c22)
The text was updated successfully, but these errors were encountered:
Version
v1.1.1
Reproduction link
https://codepen.io/gaspergrom/pen/bxQNgB
Steps to reproduce
in nuxt.config.js
i changed to
css: [
'@/assets/css/global.scss'
]
and it throws error
15888:0918/113806.973:ERROR:CONSOLE(7574)] "Extension server error: Object not found: ", source: chrome-devtools://devtools/bundled/inspector.js (7574)
ERROR Failed to compile with 1 errors11:38:07
This dependency was not found:
..\assets\css\global.scss in ./.nuxt/App.js
To install it, you can run: npm install --save ..\assets\css\global.scss
in normal nuxt structure i can easly add scss like this but in electron template i can't add it ... i have to add css not scss
What is expected ?
to compile scss to css in nuxt structure
What is actually happening?
15888:0918/113806.973:ERROR:CONSOLE(7574)] "Extension server error: Object not found: ", source: chrome-devtools://devtools/bundled/inspector.js (7574)
ERROR Failed to compile with 1 errors11:38:07
This dependency was not found:
..\assets\css\global.scss in ./.nuxt/App.js
To install it, you can run: npm install --save ..\assets\css\global.scss
The text was updated successfully, but these errors were encountered: