diff --git a/rollup.config.js b/rollup.config.js index c8c8037..96a0dca 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -10,7 +10,9 @@ export default { }, plugins: [ json(), - nodeResolve(), + nodeResolve({ + exportConditions: ['default', 'module', 'import', 'node'] + }), commonjs() ] }; \ No newline at end of file