- 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 3.0動畫與游戲編程
- 從零構建知識圖譜:技術、方法與案例
- 垃圾回收的算法與實現
- Rust實戰
- Django Design Patterns and Best Practices
- Oracle BAM 11gR1 Handbook
- R Data Analysis Cookbook(Second Edition)
- Spring Boot+Vue全棧開發實戰
- Magento 2 Beginners Guide
- Scala Functional Programming Patterns
- Android技術內幕(系統卷)
- 金融商業數據分析:基于Python和SAS
- 一步一步學Spring Boot:微服務項目實戰(第2版)
- 開源網絡地圖可視化:基于Leaflet的在線地圖開發
- Getting Started with Hazelcast