mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-16 10:57:45 +00:00
rdv: add the concernedGroup vuejs component in add a new rdv
This commit is contained in:
10
src/Bundle/ChillCalendarBundle/chill.webpack.config.js
Normal file
10
src/Bundle/ChillCalendarBundle/chill.webpack.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
// this file loads all assets from the Chill calendar bundle
|
||||
module.exports = function(encore, entries) {
|
||||
//entries.push(__dirname + '/Resources/public/index.js');
|
||||
|
||||
encore.addAliases({
|
||||
ChillCalendarAssets: __dirname + '/Resources/public'
|
||||
});
|
||||
|
||||
encore.addEntry('vue_calendar', __dirname + '/Resources/public/vuejs/Calendar/index.js');
|
||||
};
|
||||
Reference in New Issue
Block a user