1
0
mirror of https://github.com/sahadev/vue-component-creater-ui.git synced 2025-12-16 07:24:15 +08:00

update: 完全升级Vue3过程中的记录

This commit is contained in:
shangbin
2021-11-30 19:17:29 +08:00
parent 23bb007b5b
commit d6f575c503
26 changed files with 1032 additions and 463 deletions

View File

@@ -3,7 +3,8 @@ const path = require("path");
module.exports = {
css: { extract: false },
chainWebpack: (config) => {
config.resolve.alias.set("vue$", "vue/dist/vue.esm.js");
// config.resolve.alias.set("vue$", "vue/dist/vue.esm.js");
// config.resolve.alias.set('vue', '@vue/compat/dist/vue.esm-browser.prod.js')
},
publicPath: process.env.PUBLIC_PATH,