chill-bundles/chill.webpack.config.js
Julien Fastré 9ccb5292ee update the way the bundle load assets
We use now the standard way to load assets.

See [CHANGELOG.md](CHANGELOG.md) for details.
2020-04-23 00:10:27 +02:00

4 lines
165 B
JavaScript

// this file loads all assets from the Chill Event Bundle
module.exports = function(encore, entries) {
entries.push(__dirname + '/Resources/public/index.js');
};