Skip to content

Commit

Permalink
rename the webpack chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
suddjian committed Dec 9, 2021
1 parent 39b33aa commit b5e7e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/embedded/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import setupClient from 'src/setup/setupClient';
import Loading from 'src/components/Loading';

const LazyApp = lazy(
() => import(/* webpackChunkName: "QueryList" */ 'src/views/App'),
() => import(/* webpackChunkName: "App" */ 'src/views/App'),
);

const EmbeddedPage = () => (
Expand Down

0 comments on commit b5e7e26

Please sign in to comment.