chill-bundles/src/Bundle/ChillDocStoreBundle/chill.webpack.config.js
2021-03-18 13:37:13 +01:00

4 lines
138 B
JavaScript

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