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
{{ message }}
This repository was archived by the owner on May 8, 2025. It is now read-only.
The sass-loader v9 and its new syntax for prependData is not taken in account in vue-cli-plugins v0.0.7.
Line 100 of index.js should be:
// Merge with user-defined loader data config
if (sassLoaderVersion < 8) opt.data = variables
else if (sassLoaderVersion < 9) opt.prependData = variables
else opt.additionalData = variables
All preset failed to compil, without the last 2 lines.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
The sass-loader v9 and its new syntax for prependData is not taken in account in vue-cli-plugins v0.0.7.
Line 100 of index.js should be:
// Merge with user-defined loader data config
if (sassLoaderVersion < 8) opt.data = variables
else if (sassLoaderVersion < 9) opt.prependData = variables
else opt.additionalData = variables
All preset failed to compil, without the last 2 lines.
The text was updated successfully, but these errors were encountered: