From 11a4b4500ec2b0154fc46f7aac5473ed7b00bf9f Mon Sep 17 00:00:00 2001 From: Antoine Makdessi Date: Mon, 8 Jul 2019 07:16:35 +0200 Subject: [PATCH] Update webpack.config.js --- 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 ad8163f9..f077608a 100644 --- a/symfony/webpack-encore-bundle/1.0/webpack.config.js +++ b/symfony/webpack-encore-bundle/1.0/webpack.config.js @@ -21,7 +21,7 @@ Encore * (including one that's included on every page - e.g. "app") * * Each entry will result in one JavaScript file (e.g. app.js) - * and one CSS file (e.g. app.css) if you JavaScript imports CSS. + * and one CSS file (e.g. app.css) if your JavaScript imports CSS. */ .addEntry('app', './assets/js/app.js') //.addEntry('page1', './assets/js/page1.js')