wip: add formatter support to the output file

This commit is contained in:
Yoann Chaudet
2022-07-18 15:51:32 -07:00
parent e2bf7f26fb
commit 3efd613ed2
15 changed files with 70 additions and 48 deletions

View File

@@ -1,11 +1,11 @@
import { resolve } from 'path'
import {resolve} from 'path'
export default {
router: {
base: '/amazing-new-repo/'
},
alias: {
'style': resolve(__dirname, './assets/style')
base: '/amazing-new-repo/'
},
alias: {
style: resolve(__dirname, './assets/style')
},
target: 'static'
}
}