DPDK Architecture  ->  Library (v4.0.9)

Migration v2.x.x -> v3.x.x

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 modifiedWednesday, October 27, 2021, 11:47:21 AM UTC
Last authorGlenn de Haan
Commit ID032fde5