Skip to content

Commit

Permalink
[Maintenance] Rename entry.js to entrypoint.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojdylak committed Nov 27, 2024
1 parent d4c1295 commit 82d4b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/admin/entrypoint.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// In this file you can import assets like images or stylesheets
console.log('Hello Webpack Encore! Edit me in assets/admin/entry.js');
console.log('Hello Webpack Encore! Edit me in assets/admin/entrypoint.js');
2 changes: 1 addition & 1 deletion assets/shop/entrypoint.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// In this file you can import assets like images or stylesheets
console.log('Hello Webpack Encore! Edit me in assets/shop/entry.js');
console.log('Hello Webpack Encore! Edit me in assets/shop/entrypoint.js');

0 comments on commit 82d4b67

Please sign in to comment.