We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564da7a commit 812efe9Copy full SHA for 812efe9
packages/uikit-workshop/package.json
@@ -4,7 +4,7 @@
4
"description": "Front-end assets and templates for the default Pattern Lab workshop view",
5
"main": "gulpfile.js",
6
"scripts": {
7
- "build": "gulp && npx webpack-cli --config webpack.config.js --progress"
+ "build": "gulp && webpack-cli --config webpack.config.js --progress"
8
},
9
"authors": [
10
{
@@ -40,6 +40,7 @@
40
"yargs": "1.2.6",
41
"uglifyjs-webpack-plugin": "^1.2.7",
42
"webpack": "4.16.3",
43
+ "webpack-cli": "^3.1.0",
44
"@babel/core": "^7.0.0-beta.55",
45
"babel-loader": "^8.0.0-beta.4",
46
"@babel/preset-env": "^7.0.0-beta.55"
0 commit comments