rogerxu / rogerxu.github.io

Roger Xu's Blog
3 stars 2 forks source link

Webpack #26

Open rogerxu opened 7 years ago

rogerxu commented 7 years ago

Webpack features

rogerxu commented 7 years ago

Research

ruanyf/webpack-demos: a collection of simple demos of Webpack

rogerxu commented 7 years ago

Webpack 4

https://webpack.js.org

Resources

A tale of Webpack 4 and how to finally configure it in the right way

How to streamline your React.js development process using Webpack 4

Webpack: A Detailed Introduction – Smashing Magazine Webpack从入门到上线 – 会编程的银猪

Optimizing front-end delivery with Webpack 4

rogerxu commented 7 years ago

Chunk

SurviveJS - Understanding Chunks

webpack bits: Getting the most out of the CommonsChunkPlugin()

Chunk Types

Lazy Loading

Static Loading require.ensure

Dynamic Loading require.context

rogerxu commented 7 years ago

Testing

testing · webpack/docs Wiki

Test Runner

package.json

{
  "scripts": {
    "test": "karma start"
  }
}

Run test

$ npm test

Testing Framework

Usage

rogerxu commented 7 years ago

Babel

rogerxu commented 7 years ago

CSS

Embed

Extract

rogerxu commented 7 years ago

Image

rogerxu commented 7 years ago

Font

rogerxu commented 7 years ago

Vue

rogerxu commented 7 years ago

ESLint

rogerxu commented 7 years ago

Dev Server

rogerxu commented 7 years ago

HTML Template

rogerxu commented 7 years ago

Hot Module Replacement

rogerxu commented 7 years ago

Watch

rogerxu commented 7 years ago

Source Map

rogerxu commented 7 years ago

Production Flag

rogerxu commented 7 years ago

Minification

rogerxu commented 7 years ago

Duplicated Modules

rogerxu commented 6 years ago

Vue.js

vuejs+ts+webpack2框架的项目实践 - 云+社区 - 腾讯云