plantain-00 / schema-based-json-editor

A reactjs and vuejs component of schema based json editor.
MIT License
168 stars 38 forks source link

Removed browser option from rollup build (Vue) #20

Open iliyaZelenko opened 5 years ago

iliyaZelenko commented 5 years ago

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 commented 5 years ago

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