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
// Disable require.ensure as it's not a standard language feature.
346
-
{parser: {requireEnsure: false}},
346
+
// Webpack 5 Change: We had to add a type to continue to remove requireEnsure since otherwise it thinks the Rule.type is json.
347
+
// This might be a Webpack 5 bug.
348
+
// See https://github.com/smelukov/webpack.js.org/blob/ceba5c77f7964e7982a1b666905924d89e4a2d4c/src/content/configuration/module.mdx#ruleparserparse
349
+
// See https://github.com/webpack/webpack/pull/10054
0 commit comments