のエラーが発生するマイグレーション後にビルドを実行しているときにこのエラーが表示され、tsxファイルやtsxファイルの中に好きでないもの:index_app.tsxのwebpack-cliでwebpack-cliからv2にマイグレーションすると、tsx
Failed to compile. Error in ./src/index_app.tsx Module parse failed: /src/index_app.tsx Unexpected token (17:26) You may need an appropriate loader to handle this file type. SyntaxError: Unexpected token (17:26) @ multi main
内容:
17:const rootReducer = (state:any, action:any) => {
18: if (action.type === Actions.RESET_GLOBAL_STATE) {
19: state = undefined;
20: }
21: return reducers(state, action)
22:}
移行スクリプトの後に私のWebPACKの設定: