mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
ESM: The operations index is now generated automatically
This commit is contained in:
parent
eeb1d0a891
commit
fbb3a02315
7 changed files with 87 additions and 18 deletions
|
@ -45,7 +45,10 @@ module.exports = {
|
|||
}),
|
||||
new ExtractTextPlugin("styles.css"),
|
||||
new WebpackShellPlugin({
|
||||
onBuildStart: ["node --experimental-modules src/core/config/generateConfig.mjs"],
|
||||
onBuildStart: [
|
||||
"node --experimental-modules src/core/config/scripts/generateOpsIndex.mjs",
|
||||
"node --experimental-modules src/core/config/scripts/generateConfig.mjs",
|
||||
],
|
||||
})
|
||||
],
|
||||
resolve: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue