Skip to content

Instantly share code, notes, and snippets.

@jinjor
Last active September 15, 2018 21:00
Show Gist options
  • Save jinjor/fa5e6934beac4bb4e323a837ee1dae6c to your computer and use it in GitHub Desktop.
Save jinjor/fa5e6934beac4bb4e323a837ee1dae6c to your computer and use it in GitHub Desktop.
Asset Manager

シンプルな世界を目指したい

欲しい

  • TypeScript bundle (or concatenation)
  • CSS bundle (or concatenation)
  • ハッシュつきファイル
  • PostCSS
    • autoprefixer
    • minify
  • エントリポイントは HTML
  • デフォルトで複数のエントリポイント
  • 文字列置換
  • minify
  • DCE
  • 画像の圧縮

欲しくない

  • Development モード
    • DEV サーバー
    • HMR
  • SASS
  • PWA
    • ServiceWorker
  • Babel
  • 異種モジュールインポート
  • ExtractTextPlugin みたいな変な仕組み
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment