feat(build): optimize build
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2023-01-15 17:32:07 +01:00
parent dcae2aae28
commit 3f51bdd362
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -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.