Skip to content

Commit d859ebf

Browse files
arbrandesclaude
andcommitted
chore: name the authn-main webpack chunk
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ab1bc56 commit d859ebf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const routes = [
1515
id: 'org.openedx.frontend.route.authn.main',
1616
path: '/authn',
1717
async lazy() {
18-
const module = await import('./Main');
18+
const module = await import(/* webpackChunkName: "authn-main" */ './Main');
1919
return { Component: module.default };
2020
},
2121
children: [

0 commit comments

Comments
 (0)