Fixed grunt-webpack circular reference issue
This commit is contained in:
parent
f6d97c19d9
commit
16be7cb28a
@ -180,7 +180,8 @@ module.exports = function (grunt) {
|
||||
},
|
||||
webpack: {
|
||||
options: webpackConfig,
|
||||
web: {
|
||||
web: () => {
|
||||
return {
|
||||
mode: "production",
|
||||
target: "web",
|
||||
entry: Object.assign({
|
||||
@ -216,6 +217,7 @@ module.exports = function (grunt) {
|
||||
openAnalyzer: false
|
||||
}),
|
||||
]
|
||||
};
|
||||
},
|
||||
webInline: {
|
||||
mode: "production",
|
||||
|
Loading…
Reference in New Issue
Block a user