mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
Fixed webpack config
This commit is contained in:
parent
7b599fe7f7
commit
5a0c3a3b47
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ module.exports = function (grunt) {
|
||||||
tests: ["tests/**/*.{js,mjs}"],
|
tests: ["tests/**/*.{js,mjs}"],
|
||||||
},
|
},
|
||||||
webpack: {
|
webpack: {
|
||||||
|
options: webpackConfig,
|
||||||
myConfig: webpackConfig,
|
myConfig: webpackConfig,
|
||||||
web: webpackProdConf(),
|
web: webpackProdConf(),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue