spfx-fast-serve
Advanced tools
Comparing version 1.10.8 to 1.10.9
# Change Log | ||
## [1.10.9] - 30 Apr 2020 | ||
### Fixed | ||
- prevent deletion of .manifest files from `/dist` since they needed for library components | ||
## [1.10.7-1.10.8] - 29 Apr 2020 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "spfx-fast-serve", | ||
"version": "1.10.8", | ||
"version": "1.10.9", | ||
"author": "Sergei Sergeev (https://github.com/s-KaiNet)", | ||
@@ -5,0 +5,0 @@ "description": "Improve your SharePoint Framework development by speeding up 'serve' command", |
@@ -192,3 +192,3 @@ const path = require("path"); | ||
// remove old css module TypeScript definitions | ||
del.sync(["dist/*.*"]); | ||
del.sync(["dist/*.js", "dist/*.map"]); | ||
@@ -195,0 +195,0 @@ // we need only "externals", "output" and "entry" from the original webpack config |
@@ -192,3 +192,3 @@ const path = require("path"); | ||
// remove old css module TypeScript definitions | ||
del.sync(["dist/*.*"]); | ||
del.sync(["dist/*.js", "dist/*.map"]); | ||
@@ -195,0 +195,0 @@ // we need only "externals", "output" and "entry" from the original webpack config |
@@ -195,3 +195,3 @@ const path = require("path"); | ||
// remove old css module TypeScript definitions | ||
del.sync(["dist/*.*"]); | ||
del.sync(["dist/*.js", "dist/*.map"]); | ||
@@ -198,0 +198,0 @@ // we need only "externals", "output" and "entry" from the original webpack config |
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
55055