Skip to content

Commit 35b9a87

Browse files
authored
fix: webpack builds in preview (#20)
1 parent c4c6d8b commit 35b9a87

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

apps/nativescript-starter-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@nativescript/stackblitz": "^0.0.8",
2525
"@nativescript/tailwind": "^2.1.0",
2626
"@nativescript/types": "~8.9.0",
27-
"@nativescript/webpack": "~5.0.0",
27+
"@nativescript/webpack": "~5.0.27",
2828
"@ngtools/webpack": "~20.0.0",
2929
"tailwindcss": "~3.4.0",
3030
"typescript": "~5.8.0"

apps/nativescript-starter-angular/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"module": "esnext",
44
"target": "ES2020",
5-
"moduleResolution": "node",
5+
"moduleResolution": "bundler",
66
"experimentalDecorators": true,
77
"emitDecoratorMetadata": true,
88
"noEmitHelpers": true,

apps/nativescript-starter-javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@nativescript/preview-cli": "^1.0.14",
1111
"@nativescript/stackblitz": "^0.0.8",
1212
"@nativescript/tailwind": "^2.1.0",
13-
"@nativescript/webpack": "~5.0.0",
13+
"@nativescript/webpack": "~5.0.27",
1414
"tailwindcss": "~3.4.0"
1515
}
1616
}

apps/nativescript-starter-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@nativescript/stackblitz": "^0.0.8",
1515
"@nativescript/tailwind": "^2.1.0",
1616
"@nativescript/types": "~8.9.0",
17-
"@nativescript/webpack": "~5.0.8",
17+
"@nativescript/webpack": "~5.0.27",
1818
"@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17",
1919
"tailwindcss": "~3.4.0",
2020
"typescript": "~5.4.0"

apps/nativescript-starter-react/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"module": "esnext",
44
"target": "ES2020",
5-
"moduleResolution": "node",
5+
"moduleResolution": "bundler",
66
"experimentalDecorators": true,
77
"emitDecoratorMetadata": true,
88
"noEmitHelpers": true,

apps/nativescript-starter-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@nativescript/preview-cli": "^1.0.14",
1919
"@nativescript/stackblitz": "^0.0.8",
2020
"@nativescript/tailwind": "~2.1.0",
21-
"@nativescript/webpack": "~5.0.0",
21+
"@nativescript/webpack": "~5.0.27",
2222
"babel": "^6.23.0",
2323
"babel-loader": "^9.1.3",
2424
"babel-preset-solid": "^1.8.8",

apps/nativescript-starter-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@nativescript/stackblitz": "^0.0.8",
1313
"@nativescript/tailwind": "^2.1.0",
1414
"@nativescript/types": "~8.9.0",
15-
"@nativescript/webpack": "~5.0.24",
15+
"@nativescript/webpack": "~5.0.27",
1616
"svelte": "~4.2.0",
1717
"svelte-loader": "^3.2.0",
1818
"svelte-native-preprocessor": "^1.0.0",

apps/nativescript-starter-svelte/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"strict": true,
44
"target": "ES2020",
55
"module": "esnext",
6-
"moduleResolution": "node",
6+
"moduleResolution": "bundler",
77
"lib": ["dom", "ESNext"],
88
"sourceMap": true,
99
"noEmitHelpers": true,

apps/nativescript-starter-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@nativescript/stackblitz": "^0.0.8",
1212
"@nativescript/tailwind": "^2.1.0",
1313
"@nativescript/types": "~8.9.0",
14-
"@nativescript/webpack": "~5.0.0",
14+
"@nativescript/webpack": "~5.0.27",
1515
"tailwindcss": "~3.4.0",
1616
"typescript": "~5.4.0"
1717
}

apps/nativescript-starter-typescript/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"module": "esnext",
44
"target": "ES2020",
5-
"moduleResolution": "node",
5+
"moduleResolution": "bundler",
66
"experimentalDecorators": true,
77
"emitDecoratorMetadata": true,
88
"noEmitHelpers": true,

0 commit comments

Comments
 (0)