Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 194 Bytes

File metadata and controls

15 lines (13 loc) · 194 Bytes

lazy-webpack-preset-icon

USAGE

// lazy-webpack
// ...
  presets: [{
    name: 'icon',
    options: {
      limit: 10000  // url-loader limit query
    }
  }]
//...