Skip to content
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

fix proxy readonly deprecated hooks error in webpack 5 #152

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update __tests__/setups/v5-deprecated-hooks/package.json
Co-authored-by: Rubens Mariuzzo <[email protected]>
  • Loading branch information
tanhauhau and rmariuzzo committed Dec 9, 2020
commit 07756b5c5ce4c361b208aa454eae979019d2f29f
2 changes: 1 addition & 1 deletion __tests__/setups/v5-deprecated-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "v5-deprecated-hooks",
"version": "0.0.1",
"description": "Test webpack v4 with a StatsPlugin set-up with SMP",
"description": "Test webpack v5 with a StatsPlugin set-up with SMP",
"scripts": {
"full-test": "npm run prepare && npm run test && npm run cleanup",
"prepare": "cp -r ../../common/* .",
Expand Down