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

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

Merged
michael-ciniawsky merged 3 commits into
webpack-contrib:masterfrom
jharris4:uglify-2-dep
Jun 19, 2017
Merged

fix(package): mv uglify2 to dependencies && update peerDependencies#45
michael-ciniawsky merged 3 commits into
webpack-contrib:masterfrom
jharris4:uglify-2-dep

Conversation

@jharris4

Copy link
Copy Markdown
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
Copy Markdown
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