This commit is contained in:
xiaojunnuo
2021-08-18 16:33:46 +08:00
parent 09dbc69131
commit fe831c9ecf
5 changed files with 17 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ module.exports = {
title: 'DevSidecar-给开发者的边车辅助工具'
}
},
configureWebpack: config => {
configureWebpack: (config) => {
const configNew = {
plugins: [
new webpack.DefinePlugin({ 'global.GENTLY': true })