fix: ensure plugin-node-resolve uses browser mode
This commit is contained in:
parent
362b497883
commit
3b6fec053f
|
@ -25,6 +25,10 @@ export default async function (context: PresetContext): Promise<PresetAsset> {
|
|||
"0": {
|
||||
inlineDynamicImports: true,
|
||||
},
|
||||
"1": {
|
||||
browser: true,
|
||||
preferBuiltins: false,
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue