diff --git a/src/Bundle/ChillThirdPartyBundle/chill.webpack.config.js b/src/Bundle/ChillThirdPartyBundle/chill.webpack.config.js index e6eabc789..98569ccae 100644 --- a/src/Bundle/ChillThirdPartyBundle/chill.webpack.config.js +++ b/src/Bundle/ChillThirdPartyBundle/chill.webpack.config.js @@ -1,6 +1,3 @@ -module.exports = function(encore) -{ - let thirdparty_styles = __dirname + '/Resources/public/index.js'; - encore.addEntry('thirdparty_styles', thirdparty_styles); - +module.exports = function(encore, entries) { + entries.push(__dirname + '/Resources/public/index.js'); };