Skip to content

Commit

Permalink
Add browser:true to rollup-plugin-node-resolve.
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn authored and Conduitry committed Jun 8, 2019
1 parent 3694022 commit 9e13066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default {
// some cases you'll need additional configuration —
// consult the documentation for details:
// https://github.com/rollup/rollup-plugin-commonjs
resolve(),
resolve({ browser: true }),
commonjs(),

// Watch the `public` directory and refresh the
Expand Down

0 comments on commit 9e13066

Please sign in to comment.