You've already forked WhereToGoRedux
mirror of
https://github.com/Llloooggg/WhereToGoRedux.git
synced 2026-03-06 21:16:23 +03:00
5 lines
111 B
JavaScript
5 lines
111 B
JavaScript
import { defineConfig } from '@vue/cli-service'
|
|
export default defineConfig({
|
|
transpileDependencies: true
|
|
})
|