From 3f51bdd362ab17c988d7c38cc1f3a3bbd3863ff6 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 15 Jan 2023 17:32:07 +0100 Subject: [PATCH] feat(build): optimize build --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 8cb224a..877f023 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,5 +1,5 @@ const Encore = require('@symfony/webpack-encore'); -const SpeedMeasurePlugin = require("speed-measure-webpack-plugin"); +// const SpeedMeasurePlugin = require("speed-measure-webpack-plugin"); // const smp = new SpeedMeasurePlugin(); // Manually configure the runtime environment if not already configured yet by the "encore" command.