Temporarily replace webpack reference

This commit is contained in:
Khalid Adil 2023-08-02 19:54:08 -05:00
parent a182f44610
commit 31fc05f5c4

View File

@ -83,7 +83,7 @@
"start:coverage": "npx webpack serve --config ./.webpack/webpack.coverage.js",
"lint": "eslint example src e2e --ext .js,.vue openmct.js --max-warnings=0",
"lint:fix": "eslint example src e2e --ext .js,.vue openmct.js --fix",
"build:prod": "webpack --config ./.webpack/webpack.prod.js",
"build:prod": "webpack --config ./.webpack/webpack.dev.js",
"build:dev": "webpack --config ./.webpack/webpack.dev.js",
"build:coverage": "webpack --config ./.webpack/webpack.coverage.js",
"build:watch": "webpack --config ./.webpack/webpack.dev.js --watch",