Move visual review toolbar to NPM
Remove the visual review toolbar code in favor of using the NPM package.
Showing
... | ... | @@ -26,8 +26,7 @@ |
"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-vrt": "NODE_OPTIONS=\"--max-old-space-size=3584\" NODE_ENV=production webpack --config config/webpack.config.review_toolbar.js" | ||
"webpack-prod": "NODE_OPTIONS=\"--max-old-space-size=3584\" NODE_ENV=production webpack --config config/webpack.config.js" | ||
}, | ||
"dependencies": { | ||
"@babel/core": "^7.5.5", | ||
... | ... | @@ -40,6 +39,7 @@ |
"@gitlab/csslab": "^1.9.0", | ||
"@gitlab/svgs": "^1.68.0", | ||
"@gitlab/ui": "5.18.0", | ||
"@gitlab/visual-review-tools": "^1.0.0", | ||
"apollo-cache-inmemory": "^1.5.1", | ||
"apollo-client": "^2.5.1", | ||
"apollo-link": "^1.2.11", | ||
... | ... |
Please register or sign in to comment