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.