mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-27 00:55:01 +00:00
fix folder name
This commit is contained in:
6
src/Bundle/ChillThirdPartyBundle/chill.webpack.config.js
Normal file
6
src/Bundle/ChillThirdPartyBundle/chill.webpack.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = function(encore)
|
||||
{
|
||||
let thirdparty_styles = __dirname + '/Resources/public/index.js';
|
||||
encore.addEntry('thirdparty_styles', thirdparty_styles);
|
||||
|
||||
};
|
Reference in New Issue
Block a user