Skip to content

Commit

Permalink
chore: test load voller
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgnreis committed May 17, 2022
1 parent 54c2ab3 commit 24e0aad
Show file tree
Hide file tree
Showing 2 changed files with 591 additions and 1 deletion.
3 changes: 2 additions & 1 deletion storefront.webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ module.exports = () => ({
resolve: {
alias: {
'./html/PaymentOption.html': path.resolve(__dirname, 'template/js/custom-js/html/PaymentOption.html'),
'./js/PaymentOption.js': path.resolve(__dirname, 'template/js/custom-js/js/PaymentOption.js')
'./js/PaymentOption.js': path.resolve(__dirname, 'template/js/custom-js/js/PaymentOption.js'),
'./js/SearchEngine.js': path.resolve(__dirname, 'template/js/custom-js/js/SearchEngine.js')
//'./js/Checkout.js': path.resolve(__dirname, 'template/js/views/js/Checkout.js')
}
}
Expand Down
Loading

0 comments on commit 24e0aad

Please sign in to comment.