mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
webpack: push assets into chill entry
This commit is contained in:
parent
dc1f8e9533
commit
8de8f1afb7
@ -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');
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user