| | |
| | | index: path.resolve(__dirname, '../dist/index.html'), |
| | | assetsRoot: path.resolve(__dirname, '../dist'), |
| | | assetsSubDirectory: 'static', |
| | | assetsPublicPath: '/finlean_wallets/', |
| | | assetsPublicPath: '/finlean_mjsbjq/', |
| | | productionSourceMap: false, |
| | | // Gzip off by default as many popular static hosts such as |
| | | // Surge or Netlify already gzip all static assets for you. |
| | |
| | | dev: { |
| | | env: require('./dev.env'), |
| | | host: '192.168.10.93', // 我自己的ip ,这里写 0.0.0.0 也可以,但是最好指明ip |
| | | port: process.env.PORT || 8099, |
| | | port: process.env.PORT || 7078, |
| | | autoOpenBrowser: true, |
| | | assetsSubDirectory: 'static', |
| | | assetsPublicPath: '/', |