You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yep! Just as @philohelp referenced above, do this:
remove your webpack as param and require it:
const webpack = require("webpack");
After doing this it returns another error:
"Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema."
Happened when updating to strapi v4.15.5
Maybe related to this
https://stackoverflow.com/questions/68106588/typeerror-webpack-defineplugin-is-not-a-constructor
The text was updated successfully, but these errors were encountered: