Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 9e13066

Browse files
pngwnConduitry
authored andcommitted
Add browser:true to rollup-plugin-node-resolve.
1 parent 3694022 commit 9e13066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default {
3030
// some cases you'll need additional configuration —
3131
// consult the documentation for details:
3232
// https://github.com/rollup/rollup-plugin-commonjs
33-
resolve(),
33+
resolve({ browser: true }),
3434
commonjs(),
3535

3636
// Watch the `public` directory and refresh the

0 commit comments

Comments
 (0)