Skip to content

Commit

Permalink
Merge pull request #1286 from nextcloud/fix/noid/webpack-build
Browse files Browse the repository at this point in the history
Fix the webpack build
  • Loading branch information
raimund-schluessler committed Oct 13, 2020
2 parents db40a6d + 02b38fc commit cb08a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"private": true,
"homepage": "https://github.com/nextcloud/tasks",
"scripts": {
"build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.prod.js",
"build": "NODE_ENV=production webpack --progress --config webpack.prod.js",
"dev": "NODE_ENV=development webpack --config webpack.dev.js",
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
"lint": "eslint --ext .js,.vue src tests",
Expand Down

0 comments on commit cb08a7b

Please sign in to comment.