Skip to content
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

Do not minify development bundles by default #905

Merged
merged 1 commit into from
Dec 12, 2017
Merged

Conversation

m-mujica
Copy link
Contributor

@m-mujica m-mujica commented Dec 9, 2017

  • Turning off minification speeds up bundle creation
  • Fixes an issue with incorrect module detection caused by
    minified dev bundles (steal-tools appends a module that
    preloads package.json files to prevent requests of the bundled
    modules, if the package.json files include glob patterns it will
    break Steal.js module detection, only happens when the bundle
    is minified)

Closes stealjs/steal#1227

- Turning off minification speeds up bundle creation
- Fixes an issue with incorrect module detection caused by
  minified dev bundles (steal-tools appends a module that
  preloads package.json files to prevent requests of the bundled
  modules, if the package.json files include glob patterns it will
  break Steal.js module detection, only happens when the bundle
  is minified)

Closes steal/1227
@coveralls
Copy link

coveralls commented Dec 9, 2017

Coverage Status

Coverage remained the same at 92.827% when pulling 0516719 on dev-bundle-minify into d177a6e on master.

@m-mujica
Copy link
Contributor Author

@matthewp said this is the most beautiful PR he has ever reviewed so I have no option but to merge it.

:trollface:

@m-mujica m-mujica merged commit a48747d into master Dec 12, 2017
@m-mujica m-mujica deleted the dev-bundle-minify branch December 12, 2017 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants