aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/package.json b/package.json
index c579030f5..aee13e79f 100644
--- a/package.json
+++ b/package.json
@@ -218,5 +218,13 @@
218 "sasslintConfig": "client/.sass-lint.yml", 218 "sasslintConfig": "client/.sass-lint.yml",
219 "_moduleAliases": { 219 "_moduleAliases": {
220 "@server": "dist/server" 220 "@server": "dist/server"
221 },
222 "bundlewatch" : {
223 "files": [
224 {
225 "path": "client/dist/en-US/*-es2015.js",
226 "maxSize": "1mb"
227 }
228 ]
221 } 229 }
222} 230}