Socket
Socket
Sign inDemoInstall

spfx-fast-serve

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spfx-fast-serve - npm Package Compare versions

Comparing version 1.10.5 to 1.10.6

6

CHANGELOG.md
# 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 @@

2

package.json
{
"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/

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc