Axo: Add PayPal Insights to the Block Checkout and fix the existing Classic Checkout integration

This commit is contained in:
Daniel Dudzic 2024-10-29 11:04:41 +01:00
parent c89da49e8f
commit 1204edb1ca
No known key found for this signature in database
GPG key ID: 31B40D33E3465483
12 changed files with 570 additions and 119 deletions

View file

@ -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: {