Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

fix(package): mv uglify2 to dependencies && update peerDependencies #45

Merged
merged 3 commits into from
Jun 19, 2017

Conversation

jharris4
Copy link
Contributor

Also add webpack 3 to peerDependencies.

Should fix #44

@michael-ciniawsky michael-ciniawsky changed the title move uglify 2 from peer/dev dependencies to regular dependencies. fix(package): mv uglify2 to dependencies && update peerDependencies Jun 19, 2017
@michael-ciniawsky
Copy link
Member

@jharris4 Thx

@michael-ciniawsky michael-ciniawsky merged commit 6e8948e into webpack-contrib:master Jun 19, 2017
TheLarkInn pushed a commit that referenced this pull request Jun 29, 2017
* fix(package): mv uglify2 to `dependencies` && update `peerDependencies` (#45)

* refactor: apply to `webpack-defaults`

* chore(package): update `webpack-defaults v1.0.1...1.4.0`

* refactor(package): rm `pre-push` hook

* chore: rm `yarn.lock`

* fix(index): linting
hulkish pushed a commit to hulkish/uglifyjs-webpack-plugin that referenced this pull request Jun 29, 2017
joshwiens pushed a commit that referenced this pull request Jun 29, 2017
* fix(package): mv uglify2 to `dependencies` && update `peerDependencies` (#45)

* refactor: apply to `webpack-defaults`

* chore(package): update `webpack-defaults v1.0.1...1.4.0`

* chore: rm `yarn.lock`

* ported uglifyjs unit tests from webpack core repo
joshwiens pushed a commit that referenced this pull request Jun 29, 2017
* fix(package): mv uglify2 to `dependencies` && update `peerDependencies` (#45)

* refactor: apply to `webpack-defaults`

* chore(package): update `webpack-defaults v1.0.1...1.4.0`

* refactor(package): rm `pre-push` hook

* chore: rm `yarn.lock`

* fix(index): linting
joshwiens pushed a commit that referenced this pull request Jun 29, 2017
* fix(package): mv uglify2 to `dependencies` && update `peerDependencies` (#45)

* refactor: apply to `webpack-defaults`

* chore(package): update `webpack-defaults v1.0.1...1.4.0`

* chore: rm `yarn.lock`

* ported uglifyjs unit tests from webpack core repo
joshwiens pushed a commit that referenced this pull request Jun 29, 2017
* fix(package): mv uglify2 to `dependencies` && update `peerDependencies` (#45)

* refactor: apply to `webpack-defaults`

* chore(package): update `webpack-defaults v1.0.1...1.4.0`

BREAKING CHANGE: Enforces `peerDependencies` of `"webpack": ">= 3.0.0-rc.0 || ^3.0.0"`.

BREAKING CHANGE: Enforces `engines` of `"node": ">=4.3.0 < 5.0.0 || >= 5.10`
joshwiens pushed a commit that referenced this pull request Jun 29, 2017
* fix(package): mv uglify2 to `dependencies` && update `peerDependencies` (#45)

* refactor: apply to `webpack-defaults`

* chore(package): update `webpack-defaults v1.0.1...1.4.0`

* chore: rm `yarn.lock`

* ported uglifyjs unit tests from webpack core repo
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

webpack 3 is missing uglify v2.x dependency which breaks the build
2 participants