Skip to content

Commit 319ed79

Browse files
authored
fix!: remove construct-style-sheets-polyfill (#21977)
construct-style-sheets-polyfill dependency is no longer needed since supported browsers for Vaadin 25 don't need it. Fixes: #21675
1 parent 9fba12b commit 319ed79

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

vaadin-dev-server/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"vite": "^5.4.8"
1919
},
2020
"dependencies": {
21-
"construct-style-sheets-polyfill": "^3.1.0",
2221
"lit": "^2.6.1"
2322
}
2423
}

vaadin-dev-server/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default defineConfig({
2020
// Do not resolve the following imports, these modules
2121
// will be provided by the application that hosts the dev tools.
2222
external: [
23-
/^construct-style-sheets-polyfill.*/,
23+
/^construct-style-sheets-polyfill.*/, // not added by Flow since v25.
2424
/^lit.*/,
2525
/^@vaadin.*/,
2626
]

0 commit comments

Comments
 (0)