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.
resolve.mainFields.custom-first
1 parent 24e6a0c commit 554847bCopy full SHA for 554847b
playground/resolve/vite.config-mainfields-custom-first.js
@@ -3,4 +3,5 @@ config.resolve.mainFields = [
3
'custom',
4
...config.resolve.mainFields.filter((f) => f !== 'custom'),
5
]
6
+config.build.outDir = 'dist-mainfields-custom-first'
7
export default config
0 commit comments