spfx-fast-serve
Advanced tools
Comparing version 1.10.5 to 1.10.6
# Change Log | ||
## [1.10.6] - 24 Apr 2020 | ||
### Fixed | ||
- webpack config for SPFx 1.7.x and 1.4.x | ||
## [1.10.5] - 24 Apr 2020 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "spfx-fast-serve", | ||
"version": "1.10.5", | ||
"version": "1.10.6", | ||
"author": "Sergei Sergeev (https://github.com/s-KaiNet)", | ||
@@ -5,0 +5,0 @@ "description": "Improve your SharePoint Framework development by speeding up 'serve' command", |
@@ -72,6 +72,3 @@ const path = require("path"); | ||
options: { | ||
transpileOnly: true, | ||
compilerOptions: { | ||
declarationMap: false | ||
} | ||
transpileOnly: true | ||
}, | ||
@@ -78,0 +75,0 @@ exclude: /node_modules/ |
@@ -72,6 +72,3 @@ const path = require("path"); | ||
options: { | ||
transpileOnly: true, | ||
compilerOptions: { | ||
declarationMap: false | ||
} | ||
transpileOnly: true | ||
}, | ||
@@ -78,0 +75,0 @@ exclude: /node_modules/ |
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
54613
985