Update webpack.config.cjs

This commit is contained in:
Miller-du
2022-06-03 21:32:08 +08:00
committed by 神戸小鳥
parent dd64e8f44e
commit 49488505e2

View File

@ -20,6 +20,7 @@ module.exports = {
publicPath: '/src',
},
],
allowedHosts: "all",
},
output: {
path: path.resolve(__dirname, 'public/chunk'),
@ -53,4 +54,4 @@ module.exports = {
}
}]
}
};
};