mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-14 09:39:15 +00:00
Add chunk name
This commit is contained in:
@@ -70,6 +70,7 @@ export default class App extends Component<Props, State> {
|
||||
});
|
||||
|
||||
window.addEventListener('popstate', this.onPopState);
|
||||
/* webpackChunkName: "client-api" */
|
||||
import('./client-api').then(m => m.exposeAPI(this));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user