Skip to content

Commit efcfa98

Browse files
committed
stop setting option to default in node resolve plugin
1 parent 3ce08dd commit efcfa98

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rollup.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@ export const typescriptPluginES5 = typescript({
7474
include: ['*.ts+(|x)', '**/*.ts+(|x)', '../**/*.ts+(|x)'],
7575
});
7676

77-
export const nodeResolvePlugin = resolve({
78-
mainFields: ['module'],
79-
});
77+
export const nodeResolvePlugin = resolve();
8078

8179
export const baseBundleConfig = {
8280
output: {

0 commit comments

Comments
 (0)