mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-18 04:34:59 +00:00
11 lines
209 B
JavaScript
11 lines
209 B
JavaScript
module.exports = function (encore, entries) {
|
|
entries.push(__dirname + "/Resources/public/chill/index.js");
|
|
|
|
encore.addEntry(
|
|
"vue_event",
|
|
__dirname + "/Resources/public/vuejs/index.js",
|
|
);
|
|
};
|
|
|
|
|