From 3951fb26da003ba657cd14f294bc90f6f588f4de Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Thu, 27 Jan 2022 00:55:32 -0600 Subject: [PATCH] Npm build script now runs with production webpack configuration. --- Props/package-lock.json | 12 ++++++------ Props/package.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Props/package-lock.json b/Props/package-lock.json index 8c19985..6f79c85 100644 --- a/Props/package-lock.json +++ b/Props/package-lock.json @@ -2471,9 +2471,9 @@ "integrity": "sha1-IsxKNKCrxDlQ9CxkEQJKP2NmtFo=" }, "node_modules/caniuse-lite": { - "version": "1.0.30001245", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001245.tgz", - "integrity": "sha512-768fM9j1PKXpOCKws6eTo3RHmvTUsG9UrpT4WoREFeZgJBTi4/X9g565azS/rVUGtqb8nt7FjLeF5u4kukERnA==", + "version": "1.0.30001299", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001299.tgz", + "integrity": "sha512-iujN4+x7QzqA2NCSrS5VUy+4gLmRd4xv6vbBBsmfVqTx8bLAD8097euLqQgKxSVLvxjSDcvF1T/i9ocgnUFexw==", "dev": true, "funding": { "type": "opencollective", @@ -7156,9 +7156,9 @@ "integrity": "sha1-IsxKNKCrxDlQ9CxkEQJKP2NmtFo=" }, "caniuse-lite": { - "version": "1.0.30001245", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001245.tgz", - "integrity": "sha512-768fM9j1PKXpOCKws6eTo3RHmvTUsG9UrpT4WoREFeZgJBTi4/X9g565azS/rVUGtqb8nt7FjLeF5u4kukERnA==", + "version": "1.0.30001299", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001299.tgz", + "integrity": "sha512-iujN4+x7QzqA2NCSrS5VUy+4gLmRd4xv6vbBBsmfVqTx8bLAD8097euLqQgKxSVLvxjSDcvF1T/i9ocgnUFexw==", "dev": true }, "chalk": { diff --git a/Props/package.json b/Props/package.json index 12783ad..f8ed97c 100644 --- a/Props/package.json +++ b/Props/package.json @@ -2,7 +2,7 @@ "private": true, "main": "js/index.js", "scripts": { - "build": "webpack --config webpack.common.js", + "build": "webpack --config webpack.prod.js", "build:dev": "webpack --config webpack.dev.js", "build:prod": "webpack --config webpack.prod.js", "postinstall": "python ../scripts/npm_post_install.py" @@ -37,4 +37,4 @@ "on-change": "^3.0.2", "simplebar": "^5.3.5" } -} +} \ No newline at end of file