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.4.0 to 1.4.1

2

package.json
{
"name": "spfx-fast-serve",
"version": "1.4.0",
"version": "1.4.1",
"author": "Sergei Sergeev (https://github.com/s-KaiNet)",

@@ -5,0 +5,0 @@ "description": "Improve your SharePoint Framework development by speeding up 'serve' command",

@@ -0,0 +0,0 @@ #!/usr/bin/env node

@@ -0,0 +0,0 @@ const argv = build.rig.getYargs().argv;

@@ -0,0 +0,0 @@ const argv = build.rig.getYargs().argv;

@@ -7,2 +7,3 @@ const path = require('path');

const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
const del = require('del');
const host = "https://localhost:4321";

@@ -144,3 +145,5 @@

const createConfig = function () {
// remove old css module TypeScript definitions:
del.sync(["src/**/*.module.scss.ts"]);
// we need only 'externals', 'output' and 'entry' from the original webpack config

@@ -147,0 +150,0 @@ let originalWebpackConfig = require("./temp/_webpack_config.json");

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