Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
montalvomiguelo committed Nov 19, 2023
1 parent 7a79998 commit a4b1080
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/vite-shopify-example/frontend/bar.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
import 'vite/modulepreload-polyfill'
console.log('bar')
1 change: 1 addition & 0 deletions examples/vite-shopify-example/frontend/foo.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
import 'vite/modulepreload-polyfill'
console.log('foo')
1 change: 1 addition & 0 deletions examples/vite-shopify-example/frontend/modules/qux.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
import 'vite/modulepreload-polyfill'
console.log('qux')
1 change: 1 addition & 0 deletions examples/vite-shopify-example/resources/js/baz.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
import 'vite/modulepreload-polyfill'
console.log('baz')
1 change: 1 addition & 0 deletions examples/vite-shopify-example/resources/js/cart-drawer.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
import 'vite/modulepreload-polyfill'
console.log('cart-drawer')

0 comments on commit a4b1080

Please sign in to comment.