2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-05 23:53:27 +00:00

Fixed webpack config

This commit is contained in:
n1474335
2023-07-14 18:53:56 +01:00
parent 7b599fe7f7
commit 5a0c3a3b47

View File

@@ -196,6 +196,7 @@ module.exports = function (grunt) {
tests: ["tests/**/*.{js,mjs}"],
},
webpack: {
options: webpackConfig,
myConfig: webpackConfig,
web: webpackProdConf(),
},