rollup-plugin-svelte
Advanced tools
Comparing version 2.0.1 to 2.0.2
# rollup-plugin-svelte changelog | ||
## 2.0.2 | ||
* Only include `code` and `map` in object passed to Rollup | ||
## 2.0.1 | ||
@@ -4,0 +8,0 @@ |
@@ -151,3 +151,6 @@ 'use strict'; | ||
return compiled; | ||
return { | ||
code: compiled.code, | ||
map: compiled.map | ||
}; | ||
}, | ||
@@ -154,0 +157,0 @@ |
@@ -147,3 +147,6 @@ import fs from 'fs'; | ||
return compiled; | ||
return { | ||
code: compiled.code, | ||
map: compiled.map | ||
}; | ||
}, | ||
@@ -150,0 +153,0 @@ |
{ | ||
"name": "rollup-plugin-svelte", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Compile Svelte components with Rollup", | ||
@@ -5,0 +5,0 @@ "main": "dist/rollup-plugin-svelte.cjs.js", |
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
13492
278