Closed Yuisei-Maruyama closed 2 years ago
npm run build を実行すると、
npm run build
build という名前のディレクトリが生成され、public ディレクトリの内容しかビルド後の出力結果に表示されていない。
build
public
create-react-app の設定で上記のようになっている。
https://create-react-app.dev/docs/production-build/
lib
現状
npm run build
を実行すると、build
という名前のディレクトリが生成され、public
ディレクトリの内容しかビルド後の出力結果に表示されていない。create-react-app の設定で上記のようになっている。
https://create-react-app.dev/docs/production-build/
改善理由
期待する出力結果
lib
ディレクトリ(ビルド後に生成されるディレクトリ) に出力されること