After upgrading to Webpack 5 and other dependencies (mini-css-extract-plugin and sass-loader) my JS fails to rebuild because of importing hamburgers.scss .
Only way to get it to rebuild is to run npm start every time I make a SASS change. Which is redundant.
Does this have to do with DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.?
Here is a screen shot of error from dev tools console
After upgrading to Webpack 5 and other dependencies (mini-css-extract-plugin and sass-loader) my JS fails to rebuild because of importing hamburgers.scss .
Only way to get it to rebuild is to run npm start every time I make a SASS change. Which is redundant.
Does this have to do with DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.?
Here is a screen shot of error from dev tools console