This repository has been archived by the owner on May 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 513
refactor: Apply webpack-defaults & webpack 3.x support #540
Merged
Merged
Changes from 2 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
77daf83
refactor: pass a unique compiler name to get child compilation (#483)
sokra 92e4349
chore(package): Update peerDeps & webpack devDep
joshwiens 292e217
refactor: Apply webpack-defaults (#542)
joshwiens 28171b2
refactor: Chunk.modules deprecation warning
joshwiens 1730d46
chore(release): 3.0.0-beta.0
joshwiens 5d0c28f
fix: Distribute schema with package
joshwiens 715b1dd
chore(release): 3.0.0-beta.1
joshwiens 1ef755a
chore: Update install docs
joshwiens 84a0328
chore(release): 3.0.0-beta.2
joshwiens b33e006
chore(package): Update deps minor versions
joshwiens d4a0c23
chore(release): 3.0.0-beta.3
joshwiens 10721f5
chore: Update changelog for beta 1 & 2
joshwiens be7936d
refactor: Update deprecated `chunk.modules` functions (#553)
joshwiens df93eab
chore: Update to defaults 1.5.x
joshwiens c5471f6
ci(Appveyor): Remove explicit npm 5 install
joshwiens b70c6ec
chore(release): 3.0.0-rc.0
joshwiens 2c2f12b
test: Fix order by id test
joshwiens 28363ab
test: Add nested order by id test
joshwiens 27e3a28
fix: Module sorting
joshwiens 1f057e1
test: Failing test for css ordering (#564)
michael-ciniawsky 7f46af0
test: fix expected for css order test
joshwiens 29e1b4c
chore(release): 3.0.0-rc.1
joshwiens 113cabb
fix: Modules shouldn't be passed to sort (#568)
joshwiens 6b4e64c
chore(release): 3.0.0-rc.2
joshwiens File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^3.0.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is removed in #542