Closed jclausen closed 1 year ago
The node-sass is now deprectated ( https://www.npmjs.com/package/node-sass ) and packages like Vuetify are not compatible with Coldbox Elixir without overrides to the config.
node-sass
Convert sass mix implementation over to use the sass NPM package ( https://sass-lang.com/dart-sass )
sass
Note: A workaround for the Vuetify incompatibility is to install the latest versions of node-sass and sass-loader
sass-loader
"node-sass": "^5.0.0", "sass-loader": "^10.1.0",
Resolved in v4
The
node-sass
is now deprectated ( https://www.npmjs.com/package/node-sass ) and packages like Vuetify are not compatible with Coldbox Elixir without overrides to the config.Convert sass mix implementation over to use the
sass
NPM package ( https://sass-lang.com/dart-sass )