We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f3df7 commit b675e7eCopy full SHA for b675e7e
packages/react-scripts/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@karambasecurity/react-scripts",
3
- "version": "1.0.17-kar.10",
+ "version": "1.0.17-kar.11",
4
"description": "Configuration and scripts for Create React App.",
5
"repository": "Pavek/create-react-app",
6
"license": "MIT",
packages/react-scripts/scripts/build.js
@@ -54,7 +54,8 @@ measureFileSizesBeforeBuild(paths.appBuild)
54
.then(previousFileSizes => {
55
// Remove all content but keep the directory so that
56
// if you're in it, you don't end up in Trash
57
- fs.emptyDirSync(paths.appBuild);
+ //fs.emptyDirSync(paths.appBuild);
58
+
59
// Merge with the public folder
60
copyPublicFolder();
61
// Start the webpack build
0 commit comments