We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fba12b commit 319ed79Copy full SHA for 319ed79
vaadin-dev-server/package.json
@@ -18,7 +18,6 @@
18
"vite": "^5.4.8"
19
},
20
"dependencies": {
21
- "construct-style-sheets-polyfill": "^3.1.0",
22
"lit": "^2.6.1"
23
}
24
vaadin-dev-server/vite.config.js
@@ -20,7 +20,7 @@ export default defineConfig({
// Do not resolve the following imports, these modules
// will be provided by the application that hosts the dev tools.
external: [
- /^construct-style-sheets-polyfill.*/,
+ /^construct-style-sheets-polyfill.*/, // not added by Flow since v25.
/^lit.*/,
25
/^@vaadin.*/,
26
]
0 commit comments