mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-21 14:30:59 +08:00
12 lines
289 B
JavaScript
12 lines
289 B
JavaScript
const { defineConfig } = require('@vue/cli-service')
|
|
module.exports = defineConfig({
|
|
// publicPath: process.env.NODE_ENV === 'production'
|
|
// // ? '/ai-cv/'
|
|
// ? '/OpenIsle/'
|
|
// : '/',
|
|
transpileDependencies: true,
|
|
configureWebpack: {
|
|
devtool: 'source-map'
|
|
},
|
|
})
|