whychw
2020-12-14 9877de737c3185dcb8815047de297d39d41d9a83
1
2
3
4
5
6
7
8
9
var path = require('path');
 
module.exports = {
    publicPath: './',
    configureWebpack: config => {
      //调试JS
      config.devtool = "source-map";
    }
}