vue-style-loader
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -90,3 +90,3 @@ /* | ||
return shared.concat([ | ||
'require(' + addStylesServerPath + ')(' + id + ', content, ' + isProduction + ')' | ||
'require(' + addStylesServerPath + ').default(' + id + ', content, ' + isProduction + ')' | ||
]).join('\n') | ||
@@ -93,0 +93,0 @@ } |
{ | ||
"name": "vue-style-loader", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"author": "Evan You", | ||
@@ -5,0 +5,0 @@ "description": "Vue.js style loader module for webpack", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
117789
14