-
Notifications
You must be signed in to change notification settings - Fork 18
🐛 Fix another webpack 5 deprecation warning #27
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
Conversation
Signed-off-by: Reece Dunham <me@rdil.rocks>
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.
Thanks for the PR!
target: 'web', | ||
entry: { | ||
index: './example/client.jsx', | ||
}, | ||
devtool: 'cheap-module-eval-source-map', | ||
devtool: 'eval-cheap-module-source-map', |
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.
For testing against webpack 5 to work, this change is required, and the other 2 fix warnings.
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.
LGTM
Summary
Just one more to go. This one was just 2
Array
toSet
changes.Not sure why the lockfile got updated, but I also fixed a typo and some warnings outputted while running the tests.
Why
Its a warning.
Checklist
errors
orwarnings
approved terminology
unit tests
, if apply.Emojis for categorizing pull requests:
⚡️ New feature (
:zap:
)🐛 Bug fix (
:bug:
)🔥 P0 fix (
:fire:
)✅ Tests (
:white_check_mark:
)🚀 Performance improvements (
:rocket:
)🖍 CSS / Styling (
:crayon:
)♿ Accessibility (
:wheelchair:
)🌐 Internationalization (
:globe_with_meridians:
)📖 Documentation (
:book:
)🏗 Infrastructure / Tooling / Builds / CI (
:building_construction:
)⏪ Reverting a previous change (
:rewind:
)♻️ Refactoring (like moving around code w/o any changes) (
:recycle:
)🚮 Deleting code (
:put_litter_in_its_place:
)