mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
6 lines
164 B
JavaScript
6 lines
164 B
JavaScript
module.exports = function(encore) {
|
|
let file = __dirname + '/Resources/public/module/async_upload/index.js';
|
|
|
|
encore.addEntry('async_upload', file);
|
|
};
|