Skip to content

Commit 486ae05

Browse files
committed
chore: webpack
1 parent ee76186 commit 486ae05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@nativescript-community/ui-label/*": ["src/*"],
2929
"*": ["node_modules/*"]
3030
},
31-
"plugins": [{ "transform": "./node_modules/@nativescript/webpack/transformers/ns-transform-native-classes.js", "type": "raw" }]
31+
"plugins": [{ "transform": "./node_modules/@nativescript/webpack/dist/transformers/NativeClass", "type": "raw" }]
3232
},
3333
"include": ["src/**/*", "./references.d.ts"],
3434
"exclude": ["node_modules", "platforms", "src/angular/**/*"],

0 commit comments

Comments
 (0)