-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Core: Support webpack5 and webpack4 side by side #13808
Merged
Merged
Changes from all commits
Commits
Show all changes
122 commits
Select commit
Hold shift + click to select a range
0b21d94
upgrade dependencies
ndelangen aafa212
auto fix eslint isseus
ndelangen f2010c5
manual fix eslint errors
ndelangen 055ac45
fix types && disable failing tests
ndelangen 1ed50bc
fix typing issues
ndelangen 429cd06
fix terserplugin options
ndelangen 05ee091
webpack 5 baby
ndelangen 258c4f9
upgrades
ndelangen c5c5a98
Merge from next WIP
shilman 071ee9d
Fix the build
shilman 52d6c56
Finish fixing build
shilman 264327b
Add @storybook/server-webpack5
shilman 84cd723
Remove unused dependencies
shilman 62bc505
server-webpack4 WIP
shilman b4cddc0
Fix missing dependency
shilman 1a84472
Prefer exporting types when possible
shilman 96ae589
Break cyclical dependencies
shilman 33b5ec2
WIP
shilman c8cf5a5
rename
ndelangen 313d97b
progress
ndelangen 829837d
progress on refactor
ndelangen eba4c62
cleanup
ndelangen 1657325
have a webpack 4 & 5 version of a somewhat minimized builder package
ndelangen 2a5895c
dedupp templates from builders
ndelangen e033d9e
dedupp common preset
ndelangen 46b19db
dedupp polyfills
ndelangen d134ee8
move all to utils folder
ndelangen 177e31f
split utils/utils into named files
ndelangen ec035b2
cleanup
ndelangen 28e3ee6
cleanup
ndelangen e28dedb
cleanup
ndelangen 06c09ae
cleanup
ndelangen 83805b9
cleanup
ndelangen c745f1b
fix
ndelangen e865cf9
cleanup
ndelangen c163c30
WIP: Hoist preset loading in core-server
shilman a2be311
refactor most common code between (I'm sorry michael)
ndelangen 195f1d0
cleanup
ndelangen 70f9e64
types for the storybookOptions across the board
ndelangen 9bb89b7
refactor
ndelangen 3246f63
make build work
ndelangen c5bdb39
cleanup
ndelangen f407762
fix prebuilt manager script
ndelangen f286ac4
cleanup dependencies
ndelangen 7d2c855
dedupp types and fix types
ndelangen 270d70f
cleanup dependencies
ndelangen 3b45d2c
Merge branch 'next' into tech/core-builder
ndelangen 64620df
updates, & fix webpack 4 & 5 typings mismatching
ndelangen 09ba680
fix tests
ndelangen 41277f9
update all possible examples!
ndelangen 070f5f2
make build work
ndelangen 6a20004
Merge branch 'next' into tech/core-builder
shilman 0e662cf
Fix merge errors (partially)
shilman b3da062
Update app/angular/package.json
ndelangen c2ad64a
fix un-intentionally removed vue-3 changes in package.json
ndelangen 238c5d8
Merge branch 'tech/core-builder' of github.com:storybookjs/storybook …
ndelangen d6ce971
regen lockfile
ndelangen a60a9ee
fix dev-kits example
ndelangen b4c71d5
Merge branch 'next' into tech/core-builder
ndelangen 3308d64
Merge branch 'next' into tech/core-builder
ndelangen 9772d56
fix angular build because of the revert upgrade for the `fork-ts-chec…
ndelangen 3ee569b
Merge branch 'next' into tech/core-builder
ndelangen 6b89184
fix preact example
ndelangen 8411837
fix svelte example
ndelangen 4e0c090
fix lint
ndelangen d8c78cb
Core preset tests WIP
shilman f0f77e4
improve tests
ndelangen 45e3bf3
Merge branch 'tech/improve-core-presets-tests' into tech/core-builder
ndelangen 9074050
wip
ndelangen 1f13b3b
fixes
ndelangen d76bee7
fix cra examples
ndelangen 54c4d04
fix lint
ndelangen bef121d
fix tests
ndelangen 40d1c36
cleanup
ndelangen 27b0134
fix test
ndelangen e52309a
prep for merge with next
ndelangen 4802dad
Merge branch 'next' into tech/core-builder
ndelangen 925dfb9
fix test
ndelangen d7965e3
ADD false as an option for reatDocGen
ndelangen 07e1ca0
update snapshots
ndelangen dd74264
fix angular
ndelangen 58ae72c
less logging
ndelangen 8a13e77
cleanup
ndelangen 8cc9be3
wip
ndelangen e0f854c
Revert graphiql update
shilman ee07015
Downgrade linting
shilman 33b60f7
Add missing dependency
shilman edf7e5f
Fix deepscan issues
shilman 4eabfd4
fix manager prebuilt
ndelangen dd10067
fix
ndelangen 8542c91
fix tests
ndelangen 411ac9c
delete unused example test
ndelangen f2d4a60
Merge branch 'next' into tech/core-builder
ndelangen 1179eba
change ts comments to warnings
ndelangen 00536c1
fix package.json
ndelangen b1d3baa
all webpack 4
ndelangen d553faa
revert removal of vue3 dependencies
ndelangen b527256
Merge branch 'next' into tech/core-builder
ndelangen 8682ca6
Revert postcss-flexbugs-fixes, fixes vue-3-cli example
shilman d4aa7ac
Update package READMEs
shilman d483c71
wip
ndelangen 7b59ec6
Merge branch 'tech/core-builder' of github.com:storybookjs/storybook …
ndelangen 08c73e4
prep for merge from next
ndelangen a337c75
Merge branch 'next' into tech/core-builder
ndelangen 427016b
fix test
ndelangen 7d30eea
Update builder READMEs
shilman 0fd2400
Merge branch 'tech/core-builder' of github.com:storybookjs/storybook …
shilman 240429e
Merge branch 'next' into tech/core-builder
ndelangen ddd03a3
Add test for CLI flags
shilman 1eab404
Merge branch 'next' into tech/core-builder
ndelangen 75fa9ee
fix snapshots
ndelangen 95a85b8
Improve --quiet test
shilman 9d1586d
Remove duplicate docs
shilman 3ea2be9
Revert js-yaml
shilman 739cc4c
Revert @marko/webpack
shilman d64737f
Add builder peer deps to core-server
shilman dfda26f
Revert "Add builder peer deps to core-server"
shilman 52005ea
Remove angular snapshots
shilman 23ef187
Add builder-webpack4 dep to core-server
shilman 9f0a715
OOPS
shilman ed16bfb
Fix core PNP dependencies
shilman 74234ec
Try to fix PNP
shilman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
TODO