Skip to content

Commit 20f1d68

Browse files
committed
maint: Move webpack.dist.js back to webpack.config.js.
1 parent 208726f commit 20f1d68

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
},
4545
"resolutions": {},
4646
"scripts": {
47-
"start": "NODE_ENV=development webpack serve --config webpack/webpack.dist.js",
48-
"build": "NODE_ENV=production webpack --config webpack/webpack.dist.js",
49-
"build:dev": "NODE_ENV=development webpack --config webpack/webpack.dist.js",
50-
"build:stats": "NODE_ENV=production webpack --config webpack/webpack.dist.js --json > stats.json",
47+
"start": "NODE_ENV=development webpack serve --config webpack/webpack.config.js",
48+
"build": "NODE_ENV=production webpack --config webpack/webpack.config.js",
49+
"build:dev": "NODE_ENV=development webpack --config webpack/webpack.config.js",
50+
"build:stats": "NODE_ENV=production webpack --config webpack/webpack.config.js --json > stats.json",
5151
"test": "jest --watch",
5252
"testonce": "jest"
5353
},
File renamed without changes.

0 commit comments

Comments
 (0)