chill-skeleton-basic/src/chill.webpack.config.js

9 lines
140 B
JavaScript
Raw Permalink Normal View History

2022-07-11 17:27:00 +00:00
module.exports = function(encore, entries)
{
// Push into "chill" entrypoint
entries.push(__dirname + '/../assets/index.js');
};