whycwx
2021-03-04 61c48f743b7f49736d353cd37e3b403a4ff25ba5
1
2
3
4
5
6
7
8
9
10
11
module.exports = {
    publicPath: './',
    productionSourceMap: false,
    configureWebpack: {
        externals: {
            'vue': 'Vue',
            'vue-router': 'VueRouter',
            'element-ui': 'ELEMENT',
        },
    }
}