mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
webpack: push assets into chill entry
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
module.exports = function(encore)
|
||||
{
|
||||
let thirdparty_styles = __dirname + '/Resources/public/index.js';
|
||||
encore.addEntry('thirdparty_styles', thirdparty_styles);
|
||||
|
||||
module.exports = function(encore, entries) {
|
||||
entries.push(__dirname + '/Resources/public/index.js');
|
||||
};
|
||||
|
Reference in New Issue
Block a user