mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 13:44:42 +08:00
Add bancontact component
This commit is contained in:
parent
60885b2ad9
commit
ce25dee734
4 changed files with 17 additions and 7 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue