diff --git a/webpack.config.js b/webpack.config.js index b11916b73..cdae3efd2 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -57,9 +57,6 @@ module.exports = (env, argv) => { template: "src/index.html", filename: isDevServer ? "index.html" : "../index.html", favicon: "favicon.ico", - googleAnalytics: { - trackingId: "UA-100157497-1", - }, meta: {}, minify: isDevelopment ? false