mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Axo: Add PayPal Insights to the Block Checkout and fix the existing Classic Checkout integration
This commit is contained in:
parent
c89da49e8f
commit
1204edb1ca
12 changed files with 570 additions and 119 deletions
|
@ -9,7 +9,10 @@ module.exports = {
|
|||
target: 'web',
|
||||
plugins: [ new DependencyExtractionWebpackPlugin() ],
|
||||
entry: {
|
||||
'index': path.resolve( './resources/js/index.js' ),
|
||||
index: path.resolve( './resources/js/index.js' ),
|
||||
PayPalInsightsLoader: path.resolve(
|
||||
'./resources/js/plugins/PayPalInsightsLoader.js'
|
||||
),
|
||||
gateway: path.resolve( './resources/css/gateway.scss' ),
|
||||
},
|
||||
output: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue