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

6 lines
164 B
JavaScript

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