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
Fixed in browserify itself in 5.9.0. module-deps only concerns itself with javascript, so browserify converts json files into javascript before handing off to module-deps properly now.
require('constants')
throws a ParseError when browserifying I suspect because the global transform that handles json files isn't getting applied:https://github.com/substack/module-deps/blob/master/index.js#L292
should the transform be applied? or should constants-browserify not be exporting json? or am I doing it rong?
/cc @juliangruber
The text was updated successfully, but these errors were encountered: