diff --git a/frontend/webpack/config.base.js b/frontend/webpack/config.base.js index 94b11a89a..50500c46d 100644 --- a/frontend/webpack/config.base.js +++ b/frontend/webpack/config.base.js @@ -11,7 +11,6 @@ const htmlWebpackPlugins = [ "security-policy", "privacy-policy", "email-handler", - "adtest", ].map((name) => { return new HtmlWebpackPlugin({ filename: `${name}.html`,