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

8 lines
235 B
JavaScript

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