fix(loader): multiprocessing.set_start_method once, queue for plugin import

This commit is contained in:
Jonas Dellinger
2022-06-13 10:57:16 +02:00
parent 12f4c7faff
commit a95bf94d87
3 changed files with 33 additions and 12 deletions
+2 -1
View File
@@ -31,7 +31,8 @@
},
"importSort": {
".js, .jsx, .ts, .tsx": {
"style": "module"
"style": "module",
"parser": "typescript"
}
},
"dependencies": {