- Full Stack Development with JHipster
- Deepu K Sasidharan Sendil Kumar N
- 86字
- 2021-08-27 19:57:33
Webpack
Webpack (https://webpack.js.org) is a module bundler with a very flexible loader/plugin system. Webpack walks through the dependency graph and passes it through the configured loaders and plugins. With Webpack, you can transpile TypeScript to JavaScript, minimize, and optimize CSS and JS, compile Sass, revision, hash your assets, and so on. Webpack can remove dead code in a process called tree shaking, thus reducing bundle size. Webpack is configured using a configuration file and can be run from the command line or via NPM/YARN scripts.
推薦閱讀
- 少年輕松趣編程:用Scratch創作自己的小游戲
- 從0到1:HTML+CSS快速上手
- Data Analysis with IBM SPSS Statistics
- Flash CS6中文版應用教程(第三版)
- INSTANT Django 1.5 Application Development Starter
- The Complete Coding Interview Guide in Java
- Getting Started with Gulp
- RSpec Essentials
- Mobile Device Exploitation Cookbook
- Julia 1.0 Programming Complete Reference Guide
- 零基礎學C語言第2版
- 快樂編程:青少年思維訓練
- Get Your Hands Dirty on Clean Architecture
- ASP.NET Core and Angular 2
- Extending Docker