Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed browser option from rollup build (Vue) #20

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

iliyaZelenko
Copy link

Looks like you don’t need this option, because you have no option browser in your package.json.

Some package.json files have a browser field which specifies alternative files to load for people bundling for the browser. If that's you, use this option, otherwise pkg.browser will be ignored.

Default: false

Source: https://github.com/rollup/rollup-plugin-node-resolve

@plantain-00
Copy link
Owner

plantain-00 commented Mar 28, 2019

The error seems came from json5: https://github.com/json5/json5/blob/master/package.json#L7
Former issue: json5/json5#182

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants