0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

バンドル・コンパイルの意味といつされるか。

0
Posted at

バンドル・コンパイル

バンドル

たくさんあるjsやcssのファイルを少数ののファイルに集約して、読み込みやすくすること

ツール:webpack

コンパイル

jsx,scss,tsなどの拡張子をjs,cssに変換してブラウザで読み込めるようにすること

この変換はいつされるの?サーバーに上げる時?

⇨開発環境などでビルドした時
npm run dev してる時にファイルの変更を行った時にビルドしてる

ビルドツールの主流
Next.js、vite

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?