diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-12-13 04:13:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-13 04:13:12 +0000 |
commit | 3b0bc6d59f4fdda3a4dd7fd304368f6384f5f7f7 (patch) | |
tree | 1dc427a08538cf6865c8dc8152ebb931d7258dac /package.json | |
parent | 31429449c103ef4bb52cbfc83d35a149b8f182f8 (diff) | |
parent | e65063f655471150d5dd655fafb90741d77fb788 (diff) |
Merge pull request #914 from ueokande/dependabot/npm_and_yarn/webpack-cli-4.2.0
Bump webpack-cli from 3.3.12 to 4.2.0
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index a9ddba5..108d31d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "scripts": { "schema": "ajv compile -s src/shared/settings/schema.json -o src/shared/settings/validate.js", "start": "webpack --mode development -w --debug --devtool inline-source-map", - "build": "NODE_ENV=production webpack --mode production --progress --display-error-details --devtool inline-source-map", + "build": "NODE_ENV=production webpack --mode production --progress --devtool inline-source-map", "package": "yarn build && script/package", "lint": "eslint --ext .ts,.tsx .", "lint:fix": "eslint --ext .ts,.tsx . --fix", @@ -83,6 +83,6 @@ "web-ext-types": "^3.2.1", "webextensions-api-fake": "^0.9.1", "webpack": "4.44.2", - "webpack-cli": "3.3.12" + "webpack-cli": "4.2.0" } } |