-
Notifications
You must be signed in to change notification settings - Fork 92
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
feat - [webpack v5 migration] #92
feat - [webpack v5 migration] #92
Conversation
Signed-off-by: Chris <[email protected]>
Signed-off-by: Chris <[email protected]>
fix: used a fixed version of the offline plugin Signed-off-by: Chris <[email protected]>
fix: favicon Signed-off-by: Chris <[email protected]>
}), | ||
|
||
new HashedModuleIdsPlugin({ | ||
hashFunction: 'sha256', |
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.
"whatwg-fetch": "3.0.0" | ||
} | ||
}, | ||
"sideEffects": false |
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.
@@ -68,13 +68,10 @@ | |||
] | |||
}, | |||
"pre-commit": "lint:staged", | |||
"resolutions": { |
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 feature requires an additional package called https://github.com/rogeriochaves/npm-force-resolutions
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.
Removed the property since this was not working.
"@babel/preset-react": "^7.14.5", | ||
"@babel/register": "7.14.5", | ||
"@babel/runtime": "^7.14.6", | ||
"@lcdp/offline-plugin": "^5.1.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.
Signed-off-by: Chris <[email protected]>
Signed-off-by: Chris <[email protected]>
Signed-off-by: Chris <[email protected]>
Signed-off-by: Chris <[email protected]>
Ticket Link
Related Links
https://webpack.js.org/migrate/5/
Description
Steps to Reproduce / Test
yarn webpack configtest internals/webpack/webpack.config.prod.babel.js
to test the config.GIF's