Fix the EndCheckoutTracker.js file name in the webpack config file

This commit is contained in:
Daniel Dudzic 2024-11-15 20:00:33 +01:00
parent e455561eb8
commit 216e805615
No known key found for this signature in database
GPG key ID: 31B40D33E3465483

View file

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