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

7 lines
358 B
JavaScript

// this file loads all assets from the Chill person bundle
module.exports = function(encore, entries)
{
encore.addEntry('page_wopi_editor', __dirname + '/src/Resources/public/page/editor/index.js');
//home/julien/dev/département-vendee/chill/vendor/chill-project/chill-bundles/src/Bundle/ChillWopiBundle/src/Resources/public/page/editor/index.js
};