config.js 303 B

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