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 723cb80 commit 1eee1f5Copy full SHA for 1eee1f5
packages/vite/src/node/optimizer/index.ts
@@ -797,6 +797,7 @@ async function prepareRolldownOptimizerRun(
797
aliasFields: [['browser']],
798
extensions: ['.js', '.css'],
799
conditionNames: ['browser'],
800
+ ...rollupOptions.resolve,
801
},
802
// TODO: remove this and enable rolldown's CSS support later
803
moduleTypes: {
0 commit comments