12345678910 |
- const path = require('path');
- module.exports = {
- devPort: 9090,
- index: path.resolve(__dirname, './../../../build/mark-tool/index.html'),
- assetsRoot: path.resolve(__dirname, './../../../build/mark-tool'),
- assetsSubDirectory: 'static',
- // 用于监控的生产源
- sourceMap: 'source-map',
- };
|