browserify-rails
browserify-rails copied to clipboard
Handling pre-browserified / umd sources
The current approach wraps all scripts containing module.exports. In some cases I'm finding this ends up hiding libraries that were previously browserified or written as umd modules.
Should these be skipped instead?
Here's my temporary workaround: https://github.com/rymohr/browserify-rails/commit/b804c3ce51c1e5c14e6c827f4951b9908770c050
@hsume2 @CQQL thoughts?