Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.8 to 1.10.9

6

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

2

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

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