These are links to two Github issues showing unexpected trouble handling the `package.json` value `browser: { buffer: false }`: - https://github.com/aurelia/webpack-plugin/issues/12 - https://github.com/jaredallard/nexe/issues/148#issuecomment-156815985 Here is documentation I could find on the `browser` property, or the lack thereof: - https://github.com/defunctzombie/package-browser-field-spec - https://docs.npmjs.com/files/package.json (no `browser` property mentioned) Is `{ buffer: false }` a documented value?
These are links to two Github issues showing unexpected trouble handling the
package.jsonvaluebrowser: { buffer: false }:Here is documentation I could find on the
browserproperty, or the lack thereof:browserproperty mentioned)Is
{ buffer: false }a documented value?