Update webpack.config.js

This commit is contained in:
Antoine Makdessi
2019-07-08 07:16:35 +02:00
committed by GitHub
parent c77f1b94f4
commit 11a4b4500e
@@ -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')