Warning! Manual steps are involved in updating your version to v3.x.x. Follow all steps in the specified order below:
Update the following packages to at least the following version numbers:
"@dpdk/bootstrap": "^3.0.0",
"@dpdk/library": "^3.0.1",
Change the following line in the next.config.js
file within the root of your project:
Before:
const withTranspileModules = require('next-transpile-modules')(['@dpdk/library'])
After:
const withTranspileModules = require('@dpdk/library/packages/next-transpile-modules')(['@dpdk/library'])
Remove the following line in the next.config.js
file within the root of your project:
webpack5: false,
If you encounter issues after the migration please contact the Architecture Team
Last modified | Wednesday, October 27, 2021, 11:47:21 AM UTC |
Last author | Glenn de Haan |
Commit ID | 032fde5 |