UNPKG
sitepal-vue
Version:
latest (2.1.9)
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
Download the latest version of an npm package to a specified directory.
sitepal-vue
/
vue.config.js
5 lines
(4 loc)
•
118 B
JavaScript
View Raw
1
2
3
4
5
const
{ defineConfig } =
require
(
'@vue/cli-service'
)
module
.
exports
=
defineConfig
({
transpileDependencies
:
true
})