Ortus-Solutions / coldbox-elixir

Next version of ColdBox Elixir, built on top of Webpack
8 stars 9 forks source link

Convert mix.sass to use `sass` ( Dart Sass ) #19

Closed jclausen closed 1 year ago

jclausen commented 3 years 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.

Convert sass mix implementation over to use the sass NPM package ( https://sass-lang.com/dart-sass )

jclausen commented 3 years ago

Note: A workaround for the Vuetify incompatibility is to install the latest versions of node-sass and sass-loader

"node-sass": "^5.0.0",
"sass-loader": "^10.1.0",
jclausen commented 1 year ago

Resolved in v4