chill-bundles/chill.webpack.config.js
2019-06-11 11:49:27 +02:00

7 lines
171 B
JavaScript

module.exports = function(encore)
{
let thirdparty_styles = __dirname + '/Resources/public/index.js';
encore.addEntry('thirdparty_styles', thirdparty_styles);
};