babel-loader の exclude: /node_modules/
設定は必要?
Error: /node_modules/react-dom/index.js?:7 return extendStatics(d, b); が起きた
これは html-webpack-plugin を使った時に発現した。
ts-loader にexclude: /node_modules/
つけると治った。
babel-loader, ts-loader 共にexclude: /node_modules/
なくても問題ない
理由は React 側にあるぽいので別レポジトリで実験する