|
|
|
@ -36,7 +36,7 @@ chokidar
|
|
|
|
|
module.exports = merge(common, { |
|
|
|
|
devtool: 'eval-source-map', |
|
|
|
|
entry: { |
|
|
|
|
show: ['@babel/polyfill', './src/i18n.ts', './src/index.ts'], |
|
|
|
|
show: ['./src/i18n.ts', './src/index.ts'], |
|
|
|
|
}, |
|
|
|
|
output: { |
|
|
|
|
path: dirs.DEST, |
|
|
|
@ -48,7 +48,7 @@ module.exports = merge(common, {
|
|
|
|
|
liveReload: true, |
|
|
|
|
proxy: { |
|
|
|
|
'/webroot/decision/v10': { |
|
|
|
|
target: 'http://localhost:8075', |
|
|
|
|
target: 'http://api.fanruan.design/mock/135', |
|
|
|
|
secure: false, |
|
|
|
|
}, |
|
|
|
|
'/webroot/decision/resources': { |
|
|
|
|