aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2020-12-13 12:58:02 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2020-12-13 13:00:23 +0900
commite65063f655471150d5dd655fafb90741d77fb788 (patch)
tree1dc427a08538cf6865c8dc8152ebb931d7258dac
parent074ef96f5f35fc38ba78a3340549fe3f204e7927 (diff)
Remove --display-error-details flag on webpack
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0314c68..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",