Merge branch '28450-test-compiling-frontend-assets-for-production-in-ci' into 'master'
Resolve "Test compiling frontend assets for production in CI" Closes #28450 See merge request !9396
Showing
... | ... | @@ -32,7 +32,8 @@ |
"underscore": "^1.8.3", | ||
"vue": "^2.0.3", | ||
"vue-resource": "^0.9.3", | ||
"webpack": "^2.2.1" | ||
"webpack": "^2.2.1", | ||
"webpack-bundle-analyzer": "^2.3.0" | ||
}, | ||
"devDependencies": { | ||
"babel-plugin-istanbul": "^4.0.0", | ||
... | ... |
Please register or sign in to comment