@wang1212/create-web-app
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -27,3 +27,3 @@ #!/usr/bin/env node | ||
// ! /node_modules/ - only use local test | ||
return !src.match(/(\.gitkeep$)|build/) | ||
return !src.match(/(\.gitkeep$)/) | ||
} | ||
@@ -30,0 +30,0 @@ |
@@ -27,3 +27,3 @@ #!/usr/bin/env node | ||
// ! /node_modules/ - only use local test | ||
return !src.match(/(\.gitkeep$)|build/) | ||
return !src.match(/(\.gitkeep$)/) | ||
} | ||
@@ -30,0 +30,0 @@ |
{ | ||
"name": "@wang1212/create-web-app", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"keywords": [ | ||
@@ -22,3 +22,3 @@ "web-app", | ||
}, | ||
"license": "ISC", | ||
"license": "MIT", | ||
"engines": { | ||
@@ -25,0 +25,0 @@ "node": ">=10" |
@@ -62,2 +62,3 @@ /* eslint-disable */ | ||
new TerserPlugin({ | ||
extractComments: false, | ||
terserOptions: { | ||
@@ -64,0 +65,0 @@ mangle: { |
@@ -63,2 +63,3 @@ /* eslint-disable */ | ||
new TerserPlugin({ | ||
extractComments: false, | ||
terserOptions: { | ||
@@ -65,0 +66,0 @@ mangle: { |
218706
2934