montagejs / mop

Montage Optimizer (mop): Minifies (to reduce file size) and creates bundles (to reduce the number of requests) of Montage applications.
Other
31 stars 16 forks source link

Update dependencies to commonjs branches #76

Open hthetiot opened 6 years ago

cdebost commented 5 years ago

Although the commonjs branches of montage, mr, and mop are passing all suites in travis, I'm seeing a really strange bug when mopping contour-app. At this point there are too many changes and refactors being done at once in the commonjs PRs to evaluate what's going on and understand what is really being changed. I've chosen to break out the npm3-specific changes into standalone feature/npm3 PRs for each repo. We can get those reviewed and merged as the basis of 18.0.0. Any non-breaking changes related to commonjs from this PR can be applied over 18's lifetime, saving any breaking changes for 19.0.0.

npm3 changes for mop are here: montagejs/mop#92