chill-bundles/src/Bundle/ChillThirdPartyBundle/chill.webpack.config.js

4 lines
108 B
JavaScript

module.exports = function(encore, entries) {
entries.push(__dirname + '/Resources/public/index.js');
};