Add browser:true to rollup-plugin-node-resolve.
This commit is contained in:
parent
36940222be
commit
9e13066a0c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue