diff --git a/rollup.config.js b/rollup.config.js index 694bb0a..7960240 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -27,7 +27,9 @@ export default { hydratable: true, emitCss: true }), - resolve(), + resolve({ + browser: true + }), commonjs(), legacy && babel({