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'); };