mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
3 lines
107 B
JavaScript
3 lines
107 B
JavaScript
module.exports = function(encore, entries) {
|
|
entries.push(__dirname + '/Resources/public/index.js');
|
|
}; |