Add chunk name

This commit is contained in:
Surma
2018-12-17 16:45:06 +00:00
parent 672c57b61f
commit 98f61ba60c
2 changed files with 3 additions and 6 deletions

View File

@@ -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));
}