mirror of
https://gitee.com/vuejs/vue.git
synced 2024-11-30 02:57:43 +08:00
18 lines
472 B
Plaintext
18 lines
472 B
Plaintext
[ignore]
|
|
.*/node_modules/.*
|
|
.*/test/.*
|
|
.*/build/.*
|
|
.*/examples/.*
|
|
.*/benchmarks/.*
|
|
|
|
[include]
|
|
|
|
[libs]
|
|
|
|
[options]
|
|
module.name_mapper='^compiler/\(.*\)$' -> '<PROJECT_ROOT>/src/compiler/\1'
|
|
module.name_mapper='^core/\(.*\)$' -> '<PROJECT_ROOT>/src/core/\1'
|
|
module.name_mapper='^shared/\(.*\)$' -> '<PROJECT_ROOT>/src/shared/\1'
|
|
module.name_mapper='^web/\(.*\)$' -> '<PROJECT_ROOT>/src/platforms/web/\1'
|
|
module.name_mapper='^server/\(.*\)$' -> '<PROJECT_ROOT>/src/server/\1'
|