mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
7 lines
171 B
JavaScript
7 lines
171 B
JavaScript
module.exports = function(encore)
|
|
{
|
|
let thirdparty_styles = __dirname + '/Resources/public/index.js';
|
|
encore.addEntry('thirdparty_styles', thirdparty_styles);
|
|
|
|
};
|