зеркало из https://github.com/microsoft/just.git
Tsoverlay fix for checkeroptions (#252)
* fixes tsoverlay checkeroption to be empty * Change files
This commit is contained in:
Родитель
70ea1a1919
Коммит
3da616b522
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "fixes tsoverlay checkeroption to be empty",
|
||||
"packageName": "just-scripts",
|
||||
"email": "odbuild@microsoft.com",
|
||||
"commit": "ed1df82eafbed9f7576f00665dd6705a32064dcf",
|
||||
"date": "2019-09-27T23:29:07.841Z"
|
||||
}
|
|
@ -56,9 +56,7 @@ export const tsOverlay = (overlayOptions?: TsOverlayOptions) => {
|
|||
transpileOnly: true
|
||||
};
|
||||
|
||||
overlayOptions.checkerOptions = overlayOptions.loaderOptions || {
|
||||
transpileOnly: true
|
||||
};
|
||||
overlayOptions.checkerOptions = overlayOptions.checkerOptions || {};
|
||||
|
||||
return {
|
||||
resolve: {
|
||||
|
|
Загрузка…
Ссылка в новой задаче