mirror of
https://github.com/snltty/linker.git
synced 2025-10-29 11:42:10 +08:00
rename
This commit is contained in:
10
linker.web/vue.config.js
Normal file
10
linker.web/vue.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const { defineConfig } = require('@vue/cli-service')
|
||||
module.exports = defineConfig({
|
||||
productionSourceMap: process.env.NODE_ENV === 'production' ? false : true,
|
||||
outputDir: '../public/extends/any/web',
|
||||
transpileDependencies: true,
|
||||
publicPath: './',
|
||||
devServer: {
|
||||
port: 8081
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user