node_modules/webpack/lib/util/magicComment.js
@@ -16,10 +16,11 @@ codeGeneration: { strings: false, wasm: false } }); module.exports.webpackCommentRegExp = new RegExp( /(^|\W)webpack[A-Z]{1,}[A-Za-z]{1,}:/ /(^|\W)webpack[A-Z][A-Za-z]+:/ ); // regexp to match at least one "magic comment" /** * Returns magic comment context. * @returns {import("vm").Context} magic comment context */