1
0
mirror of synced 2024-11-15 02:37:40 +01:00

Fixed grunt-webpack circular reference issue

This commit is contained in:
n1474335 2018-12-26 00:39:30 +00:00
parent f6d97c19d9
commit 16be7cb28a

View File

@ -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",