From e6d54248d7fa98f3270f8cd3f882ef264162c14c Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Sat, 6 Mar 2021 14:59:21 +0100 Subject: [PATCH] minor, cfr MR sf4_cked sur standard, main, person --- chill.webpack.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/chill.webpack.config.js b/chill.webpack.config.js index e98df7a23..14f94cd53 100644 --- a/chill.webpack.config.js +++ b/chill.webpack.config.js @@ -1,5 +1,3 @@ module.exports = function(encore) { - let file = __dirname + '/Resources/public/module/async_upload/index.js'; - - encore.addEntry('async_upload', file); + encore.addEntry('async_upload', __dirname + '/Resources/public/module/async_upload/index.js'); };