mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Fix the EndCheckoutTracker.js file name in the webpack config file
This commit is contained in:
parent
e455561eb8
commit
216e805615
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ module.exports = {
|
|||
boot: path.resolve( './resources/js/boot.js' ),
|
||||
styles: path.resolve( './resources/css/styles.scss' ),
|
||||
TrackEndCheckout: path.resolve(
|
||||
'./resources/js/Insights/TrackEndCheckout.js'
|
||||
'./resources/js/Insights/EndCheckoutTracker.js'
|
||||
),
|
||||
},
|
||||
output: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue