You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
front-end developers usually configure bundler, like webpack, not to use babel to compile ES6+ codes inside node_modules directory, otherwise babel need to compile tons of codes and it's too slow.
so I hope node-mine provide ES5 version out from npm package by using package.json browser field to hint bundler which module to use.
The text was updated successfully, but these errors were encountered:
front-end developers usually configure bundler, like webpack, not to use babel to compile ES6+ codes inside node_modules directory, otherwise babel need to compile tons of codes and it's too slow.
so I hope node-mine provide ES5 version out from npm package by using package.json
browser
field to hint bundler which module to use.The text was updated successfully, but these errors were encountered: