mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 22:01:42 +08:00
chore: fix transformer path
This commit is contained in:
@ -17,7 +17,7 @@
|
|||||||
"rootDir": "./",
|
"rootDir": "./",
|
||||||
"types": ["node"],
|
"types": ["node"],
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{ "transform": "../../../packages/webpack/transformers/ns-transform-native-classes.ts", "type": "raw" }
|
{ "transform": "../webpack/transformers/ns-transform-native-classes.ts", "type": "raw" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"exclude": ["**/*.spec.ts", "dist", "__tests__"],
|
"exclude": ["**/*.spec.ts", "dist", "__tests__"],
|
||||||
|
Reference in New Issue
Block a user