Skip to content

Commit 82d4b67

Browse files
committed
[Maintenance] Rename entry.js to entrypoint.js
1 parent d4c1295 commit 82d4b67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/admin/entrypoint.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// In this file you can import assets like images or stylesheets
2-
console.log('Hello Webpack Encore! Edit me in assets/admin/entry.js');
2+
console.log('Hello Webpack Encore! Edit me in assets/admin/entrypoint.js');

assets/shop/entrypoint.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// In this file you can import assets like images or stylesheets
2-
console.log('Hello Webpack Encore! Edit me in assets/shop/entry.js');
2+
console.log('Hello Webpack Encore! Edit me in assets/shop/entrypoint.js');

0 commit comments

Comments
 (0)