This repository has been archived on 2024-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
simple-json-view/vue.config.js
2023-07-22 20:43:54 +08:00

5 lines
118 B
JavaScript

const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true
})