spfx-fast-serve
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"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"); |
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
19002
343