From 89bbcccd7ff57bc0ee78222f699e61bd9632dd5d Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Thu, 28 Jan 2021 11:02:27 -0500 Subject: [PATCH] switching var to const to be more modern --- symfony/webpack-encore-bundle/1.0/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/webpack-encore-bundle/1.0/webpack.config.js b/symfony/webpack-encore-bundle/1.0/webpack.config.js index fbd2bb71..056b04aa 100644 --- a/symfony/webpack-encore-bundle/1.0/webpack.config.js +++ b/symfony/webpack-encore-bundle/1.0/webpack.config.js @@ -1,4 +1,4 @@ -var Encore = require('@symfony/webpack-encore'); +const Encore = require('@symfony/webpack-encore'); // Manually configure the runtime environment if not already configured yet by the "encore" command. // It's useful when you use tools that rely on webpack.config.js file.