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
Is pointing to dist/ the best solution here? It makes it difficult to debug when minified code is linked in development mode. I am using Webpack, not Browserify.
Is there a fix that would make this project forward-compatible with Babel 6?
atm this fixes a bug. ES6 code should be transpiled to ES5 (which is widely supported) to support any module loader. I'm happy to un-minify what's in dist though.
Babel shouldn't be required in order for clients to use this via Browserify. cc @tadjohnston
The text was updated successfully, but these errors were encountered: