"use strict";
/** @type {import("../../../../").Configuration} */
module.exports = {
target: "web",
module: {
parser: {
javascript: {
dynamicUrl: false
}
};