mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-02 12:39:13 -04:00
OperationConfig now loaded into App via value-loader so that operation code is only included in the worker
This commit is contained in:
parent
760ab688b2
commit
cc3aad17e1
6 changed files with 4000 additions and 1237 deletions
|
@ -33,7 +33,8 @@
|
|||
"babel-core": "^6.24.0",
|
||||
"babel-loader": "^6.4.0",
|
||||
"babel-polyfill": "^6.23.0",
|
||||
"babel-preset-env": "^1.2.2",
|
||||
"babel-preset-env": "^1.6.0",
|
||||
"babel-regenerator-runtime": "^6.5.0",
|
||||
"css-loader": "^0.27.3",
|
||||
"exports-loader": "^0.6.4",
|
||||
"extract-text-webpack-plugin": "^2.1.0",
|
||||
|
@ -48,7 +49,7 @@
|
|||
"grunt-execute": "^0.2.2",
|
||||
"grunt-jsdoc": "^2.1.0",
|
||||
"grunt-webpack": "^2.0.1",
|
||||
"html-webpack-plugin": "^2.28.0",
|
||||
"html-webpack-plugin": "^2.29.0",
|
||||
"imports-loader": "^0.7.1",
|
||||
"ink-docstrap": "^1.1.4",
|
||||
"jsdoc-babel": "^0.3.0",
|
||||
|
@ -59,6 +60,7 @@
|
|||
"postcss-loader": "^2.0.5",
|
||||
"style-loader": "^0.15.0",
|
||||
"url-loader": "^0.5.8",
|
||||
"value-loader": "^0.1.3",
|
||||
"web-resource-inliner": "^4.1.0",
|
||||
"webpack": "^2.2.1",
|
||||
"webpack-dev-server": "^2.5.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue