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
* register this as a loader for scss (for example), then the
26
26
* user *would* still be able to use lang="scss"... but it would
27
27
* not use our custom sass-loader configuration.
28
+
*
29
+
* @return {function}
28
30
*/
29
31
module.exports=function(){
30
-
constoptions=loaderUtils.getOptions(this)||{}
32
+
constoptions=loaderUtils.getOptions(this)||{};
31
33
32
34
// the vue-unactivated-loader-error transformer expects some of this language
33
35
thrownewError(`Cannot process lang="${options.lang}" inside ${this.resourcePath}: the ${options.loaderName} is not activated. Call ${options.featureCommand} in webpack.config.js to enable it.`);
0 commit comments