mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-04-08 14:03:44 +00:00
upload and retrieve document
This commit is contained in:
5
chill.webpack.config.js
Normal file
5
chill.webpack.config.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = function(encore) {
|
||||
let file = __dirname + '/Resources/public/module/async_upload/index.js';
|
||||
|
||||
encore.addEntry('async_upload', file);
|
||||
};
|
||||
Reference in New Issue
Block a user