-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explore webpack as replacement for browserify #53
Comments
webpack
browserify
random:
|
+1 to keep browserify |
Reopening, as I do believe webpack is the way to go after having read and heard more. |
Very simple changes so far (https://github.com/bucharest-gold/opossum/compare/53-webpack). For some reason, webpack is barfing on the test suite, so I'm not sure what we should do about that. It also barfs when having it output a compressed file. This, I think, is because it's using UglifyJS which cannot deal with certain ES6 syntax. Maybe this is related. |
@lance is really necessary to have both exploded using
plus extra build steps on package.json and Makefile using
plus a require() and a plugin on webpack.config |
@helio-frota I can live with that. |
Currently we're generating a browser based version using browserify. Is webpack the new thing?
The text was updated successfully, but these errors were encountered: