Change import from workbox-webpack-plugin to @aaroon/workbox-rspack-plugin.

Before

// change the import package from workbox-webpack-plugin to @aaroon/workbox-rspack-plugin

const WorkboxPlugin = require('workbox-webpack-plugin');

After

const WorkboxPlugin = require(' @aaroon/workbox-rspack-plugin');