-
Notifications
You must be signed in to change notification settings - Fork 73
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
[WIP] Webpack@5 #46
Closed
Closed
[WIP] Webpack@5 #46
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
c765736
migration to webpack@next
matheus1lva c3eaccb
revert changes
matheus1lva aacfae0
move deps back to own packages and fix eslint errors
matheus1lva 0902b18
revert back frontend changes
matheus1lva cb12eeb
fix dependencies and paths
matheus1lva 10df50b
remove forgotten comment
matheus1lva 895ca8e
remove noEmit
matheus1lva 5b1f000
feat(webpack): simplify webpack config, use html webpack plugin 4 bet…
sibelius a29c18a
fix globals problem
matheus1lva 0923b81
feat(merge): merge with master
sibelius b770b9f
Merge branch 'master' into webpack/next
matheus1lva 8fd763e
chore: fix conflict on yarn lock and package
matheus1lva 93c98c3
chore: fix dependencies
matheus1lva 257c0fb
chore(deps): fix type errors from relay
matheus1lva 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2186,6 +2186,14 @@ | |
dependencies: | ||
"@types/react" "*" | ||
|
||
"@types/[email protected]": | ||
version "1.3.10" | ||
resolved "https://registry.yarnpkg.com/@types/react-relay/-/react-relay-1.3.10.tgz#3f0197b3e3a1205cfbf53162592f307fd631aeb0" | ||
integrity sha512-6jiN1XXCIY03VMXGcymNxNN1FrjK47NH75y7vqMUNuJvTaZurmTIgqTQ02RtAeK1i/uRxy4fZIjnTsZLrsDrDw== | ||
dependencies: | ||
"@types/react" "*" | ||
"@types/relay-runtime" "*" | ||
|
||
"@types/react@*", "@types/react@^16.7.22": | ||
version "16.7.22" | ||
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.7.22.tgz#5bc6d166d5ac34b835756f0b736c7b1af0043e81" | ||
|
@@ -2194,6 +2202,18 @@ | |
"@types/prop-types" "*" | ||
csstype "^2.2.0" | ||
|
||
"@types/[email protected]": | ||
version "0.3.4" | ||
resolved "https://registry.yarnpkg.com/@types/rebass/-/rebass-0.3.4.tgz#2179ef25311d8d12af42bb5a69420121c4678c5b" | ||
integrity sha512-IVx8iJxhGuPrzZqXYWCyt7HyRHg4HAQiRr8CdF4AnDyXxQulVCfoKcj4wtI4kTBRKUWsS7HH2cFz9GRziiW9Fw== | ||
dependencies: | ||
"@types/react" "*" | ||
|
||
"@types/relay-runtime@*": | ||
version "1.3.8" | ||
resolved "https://registry.yarnpkg.com/@types/relay-runtime/-/relay-runtime-1.3.8.tgz#75f554d8aa57a8a76e304ec858a7c7a32322bef0" | ||
integrity sha512-v5uoUkn1rTjmg1A/1qOFqdWR30aRAOnGw3dn80gnMEPIavqq49V9N/3EMk80AB2337OhGgV65oTG6cteGWEndA== | ||
|
||
"@types/serve-static@*": | ||
version "1.13.2" | ||
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.2.tgz#f5ac4d7a6420a99a6a45af4719f4dcd8cd907a48" | ||
|
@@ -2202,6 +2222,22 @@ | |
"@types/express-serve-static-core" "*" | ||
"@types/mime" "*" | ||
|
||
"@types/[email protected]": | ||
version "4.1.6" | ||
resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-4.1.6.tgz#9aa1d47dbc6bae540083869bcc6c639c6e9af0fe" | ||
integrity sha512-w/ra/Tk9oPMvWpWId7esZNY1MOa6E9BYUPLl4scVJdYnrYuy5ITLbku8dGDCVH/vjjuegrHBCRYvFLQOYJ+uHg== | ||
dependencies: | ||
"@types/node" "*" | ||
"@types/react" "*" | ||
csstype "^2.2.0" | ||
|
||
"@types/[email protected]": | ||
version "3.1.3" | ||
resolved "https://registry.yarnpkg.com/@types/styled-system/-/styled-system-3.1.3.tgz#102d42281f3237a064c32196bf36f76afd2d1840" | ||
integrity sha512-F6yFE9QfWkgdIWtc/Qu9e/utyTFrq/7rUzUtGYb+OtWAoowVnRMZzwlITwnTh/QwQs40pm1vd1svbXbUtBG4sw== | ||
dependencies: | ||
csstype "^2.2.0" | ||
|
||
"@types/ws@^6.0.0": | ||
version "6.0.1" | ||
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-6.0.1.tgz#ca7a3f3756aa12f62a0a62145ed14c6db25d5a28" | ||
|
@@ -12683,7 +12719,7 @@ react-devtools@^3.4.2: | |
react-devtools-core "^3.6.0" | ||
update-notifier "^2.1.0" | ||
|
||
react-dom@^16.7.0: | ||
[email protected]: | ||
version "16.7.0" | ||
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.7.0.tgz#a17b2a7ca89ee7390bc1ed5eb81783c7461748b8" | ||
integrity sha512-D0Ufv1ExCAmF38P2Uh1lwpminZFRXEINJe53zRAbm4KPwSyd6DY/uDoS0Blj9jvPpn1+wivKpZYc8aAAN/nAkg== | ||
|
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.
I think we can move all @types to root package
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.
Even if types are not "common"?
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.
let them here then