chore: downgrade ts-loader because webpack 4

This commit is contained in:
41666 2021-06-30 08:39:07 -04:00
parent 9799114b7c
commit a37d481b18
3 changed files with 9 additions and 21 deletions

View file

@ -13,6 +13,6 @@
"@roleypoly/worker-emulator": "*",
"ksuid": "^2.0.0",
"lodash": "^4.17.21",
"ts-loader": "^9.2.3"
"ts-loader": "^8.3.0"
}
}