If you are using a Magento version lower than 2.4.5 then you will need to add the below code in the \lib\web\requirejs\require.js file:
node.src = url;if (config.onNodeCreated) {
config.onNodeCreated(node, config, moduleName, url);
}
If you are using a Magento version lower than 2.4.5 then you will need to add the below code in the \lib\web\requirejs\require.js file:
node.src = url;