You've already forked dev-sidecar
mirror of
https://github.com/docmirror/dev-sidecar.git
synced 2025-11-26 14:10:40 +08:00
1
This commit is contained in:
@@ -10,7 +10,7 @@ module.exports = {
|
||||
title: 'DevSidecar-给开发者的边车辅助工具'
|
||||
}
|
||||
},
|
||||
configureWebpack: config => {
|
||||
configureWebpack: (config) => {
|
||||
const configNew = {
|
||||
plugins: [
|
||||
new webpack.DefinePlugin({ 'global.GENTLY': true })
|
||||
|
||||
Reference in New Issue
Block a user