upload and retrieve document

This commit is contained in:
2018-06-06 22:19:54 +02:00
parent eda8f2c033
commit b5bf8b8884
17 changed files with 688 additions and 5 deletions

5
chill.webpack.config.js Normal file
View File

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