webpack插件篇:OfflinePlugin详解 发表于 2017-02-17 | 分类于 webpack | 用途说明OfflinePlugin () Plugin which brings offline support into your project. It generates ServiceWorker based on output files and chosen update strategy. AppCache is used as a fallback when ServiceWorker is not available. webpack.config.js配置12 案例12