|
@@ -3,6 +3,8 @@
|
|
let targetUrl = 'http://testadm.dayaedu.com/'
|
|
let targetUrl = 'http://testadm.dayaedu.com/'
|
|
module.exports = {
|
|
module.exports = {
|
|
publicPath: './',
|
|
publicPath: './',
|
|
|
|
+ // 生产环境 sourceMap
|
|
|
|
+ productionSourceMap: false,
|
|
// 调整内部的 webpack 配置。
|
|
// 调整内部的 webpack 配置。
|
|
// 查阅 https://github.com/vuejs/vue-doc-zh-cn/vue-cli/webpack.md
|
|
// 查阅 https://github.com/vuejs/vue-doc-zh-cn/vue-cli/webpack.md
|
|
chainWebpack: config => {
|
|
chainWebpack: config => {
|