summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2019-05-29 20:24:15 +0000
committerMike Greiling <mike@pixelcog.com>2019-05-29 20:24:15 +0000
commite8da79f3a44bda06402128604b79b9671b69f082 (patch)
treee656470b795ac169388bca0086471a13204936ee /package.json
parentf3331579c29a2e5b1edf1c4d188fa6c3ef715817 (diff)
parent9377eb18224aaee188ff1f497c043c9fc3af3059 (diff)
downloadgitlab-ce-e8da79f3a44bda06402128604b79b9671b69f082.tar.gz
Merge branch '61646-vrt-webpack' into 'master'
Serve visual review toolbar script with Webpack Closes #61646 See merge request gitlab-org/gitlab-ce!28736
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index a4ec2dce0df..4f6c7ee133c 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,8 @@
"stylelint-create-utility-map": "node scripts/frontend/stylelint/stylelint-utility-map.js",
"test": "node scripts/frontend/test",
"webpack": "NODE_OPTIONS=\"--max-old-space-size=3584\" webpack --config config/webpack.config.js",
- "webpack-prod": "NODE_OPTIONS=\"--max-old-space-size=3584\" NODE_ENV=production webpack --config config/webpack.config.js"
+ "webpack-prod": "NODE_OPTIONS=\"--max-old-space-size=3584\" NODE_ENV=production webpack --config config/webpack.config.js",
+ "webpack-vrt": "NODE_OPTIONS=\"--max-old-space-size=3584\" NODE_ENV=production webpack --config config/webpack.config.review_toolbar.js"
},
"dependencies": {
"@babel/core": "^7.4.4",