mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-13 16:23:52 +02:00
client refactor progress
This commit is contained in:
parent
46928ec7de
commit
e542627805
19 changed files with 1110 additions and 424 deletions
|
@ -1,3 +1,5 @@
|
|||
const path = require('path')
|
||||
|
||||
module.exports = {
|
||||
css: {
|
||||
loaderOptions: {
|
||||
|
@ -8,4 +10,11 @@ module.exports = {
|
|||
},
|
||||
},
|
||||
},
|
||||
configureWebpack: {
|
||||
resolve: {
|
||||
alias: {
|
||||
'~': path.resolve(__dirname, 'src/'),
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue