mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
5 lines
118 B
JavaScript
5 lines
118 B
JavaScript
const { defineConfig } = require('@vue/cli-service')
|
|
module.exports = defineConfig({
|
|
transpileDependencies: true
|
|
})
|