Skip to content

Commit 1c3a9c0

Browse files
committed
chore: update
1 parent 4c413f3 commit 1c3a9c0

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

tests/integration/style/lightningcss/bundle-false/.browserslistrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/integration/style/lightningcss/bundle-false/rslib.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ export default defineConfig({
1313
},
1414
output: {
1515
target: 'web',
16+
overrideBrowserslist: ['iOS >= 8'],
1617
},
1718
});

tests/integration/style/lightningcss/bundle/.browserslistrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/integration/style/lightningcss/bundle/rslib.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ export default defineConfig({
1010
},
1111
output: {
1212
target: 'web',
13+
overrideBrowserslist: ['iOS >= 8'],
1314
},
1415
});

0 commit comments

Comments
 (0)