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
I generated a new project with these settings:
- Vuetify
- Sass
- Material Design Icons
- No Typescript
- No ESLint
While everything works fine in dev, as soon as I try to build, this error comes up:
ERROR in ./node_modules/vuetify/src/styles/main.sass (./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!./node_modules/postcss-loader/src??ref--6-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--6-oneOf-1-3!./node_modules/vuetify/src/styles/main.sass)
│ Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
│ TypeError: this.getOptions is not a function
This is caused by the devDependency "sass-loader: 12.4.0" and I fixed this by using "sass-loader: ^10" instead.
I don't know if this error comes up with different settings for the project, as I haven't tried any other.
The text was updated successfully, but these errors were encountered:
I generated a new project with these settings:
- Vuetify
- Sass
- Material Design Icons
- No Typescript
- No ESLint
While everything works fine in dev, as soon as I try to build, this error comes up:
This is caused by the devDependency "sass-loader: 12.4.0" and I fixed this by using "sass-loader: ^10" instead.
I don't know if this error comes up with different settings for the project, as I haven't tried any other.
The text was updated successfully, but these errors were encountered: