Skip to content

Commit 2a300d1

Browse files
committed
ns8.1 and Fixes for svelte 3.46
1 parent e11c28a commit 2a300d1

19 files changed

+10608
-8390
lines changed

demo/app/app.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ of writing your own CSS rules. For a full list of class names in the theme
1010
refer to http://docs.nativescript.org/ui/theme.
1111
The imported CSS rules must precede all other types of rules.
1212
*/
13-
@import '~@nativescript/theme/css/core.css';
14-
@import '~@nativescript/theme/css/default.css';
13+
@import '@nativescript/theme/css/core.css';
14+
@import '@nativescript/theme/css/default.css';
1515
@import './font-awesome.css';
1616

demo/app/app.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ RadSideDrawerElement.register();
88
//trace.addCategories(DomTraceCategory);
99

1010
import App from "./App.svelte";
11-
svelteNativeNoFrame(App, {});
11+
svelteNativeNoFrame(App as typeof SvelteComponent, {});

demo/nativescript.config.ts

-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ export default {
77
v8Flags: '--expose_gc',
88
markingMode: 'full',
99
},
10-
webpackConfigPath: './svelte-native.webpack.config.js',
1110
appPath: 'app',
1211
} as NativeScriptConfig

0 commit comments

Comments
 (0)