mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 22:40:13 +01:00
Add transpileOnly=true to ts-loader/webpack to reduce build-demo script time by ~40%.
This commit is contained in:
parent
eaa8d0f15e
commit
8e22c009fd
2 changed files with 47 additions and 46 deletions
|
|
@ -22,7 +22,8 @@ function config(options) {
|
|||
{
|
||||
"loader": "ts-loader",
|
||||
"options": {
|
||||
"configFile": "../demo/tsconfig.json"
|
||||
"configFile": "../demo/tsconfig.json",
|
||||
"transpileOnly": true
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue