I'm getting the following error in theme.scss in Lab03:
error in ./src/theme.scss
Module build failed:
@import "vue-mdc-adapter/dist/styles";
^
File to import not found or unreadable: vue-mdc-adapter/dist/styles.
in /path/to/my/code/src/theme.scss (line 10, column 1)
@ ./src/theme.scss 4:14-139 13:3-17:5 14:22-147
@ ./src/main.js
@ multi ./build/dev-client ./src/main.js
I saw this issue about the components directory not being a thing anymore. Any ideas?
I'm getting the following error in
theme.scss
inLab03
:I saw this issue about the
components
directory not being a thing anymore. Any ideas?