svelte-loader
Advanced tools
Comparing version 2.2.0 to 2.2.1
# svelte-loader changelog | ||
## 2.2.1 | ||
* Fix git fail | ||
## 2.2.0 | ||
@@ -4,0 +8,0 @@ |
@@ -30,2 +30,4 @@ const { basename, extname } = require('path'); | ||
if (options.emitCss) options.css = false; | ||
if (!options.name) options.name = capitalize(sanitize(options.filename)); | ||
@@ -32,0 +34,0 @@ |
{ | ||
"name": "svelte-loader", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"author": "Nico Rehwaldt <git_nikku@nixis.de>", | ||
@@ -5,0 +5,0 @@ "description": "A webpack loader for svelte", |
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
74035
1315