Closed RobbinHabermehl closed 9 years ago
The last line of the not minified compiled module lacks a trailing semicolon, which causes errors when concatenation is used:
},{"./modify_object_in_place":5,"./resource_cache_entry":10}]},{},[4])
A simple workaround is to specify this module as last file.
Turns out the new version of browserify does this automatically :) Thanks for the report!
Fixed in 1.0.8.
The last line of the not minified compiled module lacks a trailing semicolon, which causes errors when concatenation is used:
A simple workaround is to specify this module as last file.