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 15 forks source link

Keep properties from original package.json when reconfiguring #25

Closed Stuk closed 11 years ago

Stuk commented 11 years ago

Previously we were wiping out properties that we didn't recognize, which caused problems with Montage localization and would likely cause more issues in the future.

kriskowal commented 11 years ago

Switching from white-listing to black-listing has some implications. We will have to explicitly drop overlays and NPM’s README, and our own bundle, shard, and some other flags that are superfluous at run-time.

kriskowal commented 11 years ago

Not sure why this is still open. Closing manually.