diff --git a/.gitignore b/.gitignore index 4ae8e31..c274848 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ build/ node_modules/ .vscode/ coverage/ +.idea diff --git a/rollup.config.js b/rollup.config.js index 650bafb..3666e04 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -18,6 +18,7 @@ export default { plugins: [ nodePolyfills(), resolve({ + browser: true }), commonjs({ // rollup-plugin-commonjs include: 'node_modules/**'