Skip to content

Commit

Permalink
feat: add alma-store in compil
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois-Gomis committed Dec 26, 2024
1 parent 435df0a commit eac9707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const config = {
...defaultConfig,
entry: {
'alma-checkout-blocks': path.resolve(process.cwd(), 'src', 'assets', 'js', 'alma-checkout-blocks.js'),
'alma-store': path.resolve(process.cwd(), 'src', 'assets', 'js', 'stores', 'alma-store.js'),
// 'alma-checkout-blocks-pay-later': path.resolve(process.cwd(), 'src', 'assets', 'js', 'alma-checkout-blocks-pay-later.js'),
// 'alma-checkout-blocks-pay-more-than-four': path.resolve(process.cwd(), 'src', 'assets', 'js', 'alma-checkout-blocks-pay-more-than-four.js'),
},
Expand Down

0 comments on commit eac9707

Please sign in to comment.