We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc905d5 commit a0ec778Copy full SHA for a0ec778
package.json
@@ -42,7 +42,7 @@
42
"scripts": {
43
"start": "node index.js",
44
"build": "webpack --config webpack.config.js",
45
- "heroku-postbuild": "webpack --config webpack.config.js"
+ "heroku-postbuild": "webpack --config ./config/webpack/production.js"
46
},
47
"engines": {
48
"node": "16.x",
0 commit comments