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.
webCompatible
1 parent 95020ab commit a44b0a2Copy full SHA for a44b0a2
1 file changed
packages/vite/src/node/optimizer/index.ts
@@ -1176,6 +1176,7 @@ function getConfigHash(environment: Environment): string {
1176
plugins: optimizeDeps?.esbuildOptions?.plugins?.map((p) => p.name),
1177
},
1178
1179
+ webCompatible: config.webCompatible,
1180
1181
(_, value) => {
1182
if (typeof value === 'function' || value instanceof RegExp) {
0 commit comments