mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Fixed grunt-webpack circular reference issue
This commit is contained in:
@@ -180,7 +180,8 @@ module.exports = function (grunt) {
|
|||||||
},
|
},
|
||||||
webpack: {
|
webpack: {
|
||||||
options: webpackConfig,
|
options: webpackConfig,
|
||||||
web: {
|
web: () => {
|
||||||
|
return {
|
||||||
mode: "production",
|
mode: "production",
|
||||||
target: "web",
|
target: "web",
|
||||||
entry: Object.assign({
|
entry: Object.assign({
|
||||||
@@ -216,6 +217,7 @@ module.exports = function (grunt) {
|
|||||||
openAnalyzer: false
|
openAnalyzer: false
|
||||||
}),
|
}),
|
||||||
]
|
]
|
||||||
|
};
|
||||||
},
|
},
|
||||||
webInline: {
|
webInline: {
|
||||||
mode: "production",
|
mode: "production",
|
||||||
|
|||||||
Reference in New Issue
Block a user