Cleanup the whole config-parser class

This commit is contained in:
Yoann Chaudet
2022-07-18 16:42:45 -07:00
parent 3efd613ed2
commit f830cbcb66
8 changed files with 321 additions and 247 deletions

View File

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

3
src/fixtures/x.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
pathPrefix: "hello",
};