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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: