mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-04 13:39:12 -04:00
ESM: Config scripts now run synchronously before webpack builds start
This commit is contained in:
parent
23f69bd21d
commit
4e38b09e18
5 changed files with 35 additions and 37 deletions
15
package-lock.json
generated
15
package-lock.json
generated
|
@ -12652,12 +12652,6 @@
|
|||
"integrity": "sha1-Iyxi7GCSsQBjWj0p2DwXRxKN+b0=",
|
||||
"dev": true
|
||||
},
|
||||
"webpack-shell-plugin": {
|
||||
"version": "0.5.0",
|
||||
"resolved": "https://registry.npmjs.org/webpack-shell-plugin/-/webpack-shell-plugin-0.5.0.tgz",
|
||||
"integrity": "sha1-Kbih2A3erg3bEOcpZn9yhlPCx0I=",
|
||||
"dev": true
|
||||
},
|
||||
"webpack-sources": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.0.1.tgz",
|
||||
|
@ -12668,6 +12662,15 @@
|
|||
"source-map": "0.5.7"
|
||||
}
|
||||
},
|
||||
"webpack-synchronizable-shell-plugin": {
|
||||
"version": "0.0.7",
|
||||
"resolved": "https://registry.npmjs.org/webpack-synchronizable-shell-plugin/-/webpack-synchronizable-shell-plugin-0.0.7.tgz",
|
||||
"integrity": "sha512-b1ZPHwkHR5+MDRLp9CbLxDaaTTcf4/tmxU+Tc6Z3lpv6krnIPv0doXfgBHkDthHUkwsURyO9fgRnJ/VxyFBEwQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"babel-polyfill": "6.26.0"
|
||||
}
|
||||
},
|
||||
"websocket-driver": {
|
||||
"version": "0.7.0",
|
||||
"resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.0.tgz",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue