Add bancontact component

This commit is contained in:
Emili Castells Guasch 2024-08-12 11:54:14 +02:00
parent 60885b2ad9
commit ce25dee734
4 changed files with 17 additions and 7 deletions

View file

@ -9,8 +9,8 @@ module.exports = {
target: 'web',
plugins: [ new DependencyExtractionWebpackPlugin() ],
entry: {
'bancontact-checkout-block': path.resolve(
'./resources/js/bancontact-checkout-block.js'
'bancontact-payment-method': path.resolve(
'./resources/js/bancontact-payment-method.js'
),
},
output: {