From 99026bfaaa79e40f195210203b3f2410e90fc3c0 Mon Sep 17 00:00:00 2001 From: PabloKowalczyk <11366345+PabloKowalczyk@users.noreply.github.com> Date: Sun, 27 Oct 2019 09:31:49 +0100 Subject: [PATCH] Disable strict_mode in test environment --- .../1.6/config/packages/test/webpack_encore.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 symfony/webpack-encore-bundle/1.6/config/packages/test/webpack_encore.yaml diff --git a/symfony/webpack-encore-bundle/1.6/config/packages/test/webpack_encore.yaml b/symfony/webpack-encore-bundle/1.6/config/packages/test/webpack_encore.yaml new file mode 100644 index 00000000..9ad96735 --- /dev/null +++ b/symfony/webpack-encore-bundle/1.6/config/packages/test/webpack_encore.yaml @@ -0,0 +1,2 @@ +webpack_encore: + strict_mode: false