Skip to content

Commit 47b6f2e

Browse files
Renato Rosasargreal
Renato Rosa
authored andcommitted
fix(admin): remove brackets from webpack chunk name
1 parent 4ead312 commit 47b6f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/admin/src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default {
2222
},
2323
Component: async () => {
2424
const component = await import(
25-
/* webpackChunkName: "[translate-app]" */ './pages/App'
25+
/* webpackChunkName: "translate-app" */ './pages/App'
2626
)
2727

2828
return component

0 commit comments

Comments
 (0)