mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-24 04:47:46 +00:00
Prepare for moving into monorepo
This commit is contained in:
4
src/Bundle/ChillActivityBundle/chill.webpack.config.js
Normal file
4
src/Bundle/ChillActivityBundle/chill.webpack.config.js
Normal file
@@ -0,0 +1,4 @@
|
||||
// this file loads all assets from the Chill person bundle
|
||||
module.exports = function(encore, entries) {
|
||||
entries.push(__dirname + '/Resources/public/index.js');
|
||||
};
|
||||
Reference in New Issue
Block a user