unused-files-webpack-plugin
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -0,1 +1,7 @@ | ||
<a name="2.0.1"></a> | ||
## [2.0.1](https://github.com/tomchentw/unused-files-webpack-plugin/compare/v2.0.0...v2.0.1) (2016-01-22) | ||
<a name="2.0.0"></a> | ||
@@ -2,0 +8,0 @@ # [2.0.0](https://github.com/tomchentw/unused-files-webpack-plugin/compare/v1.3.0...v2.0.0) (2016-01-22) |
{ | ||
"name": "unused-files-webpack-plugin", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Glob all files that are not compiled by webpack under webpack's context", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -16,4 +16,6 @@ # unused-files-webpack-plugin [![Travis CI][travis-image]][travis-url] [![Quality][codeclimate-image]][codeclimate-url] [![Coverage][codeclimate-coverage-image]][codeclimate-coverage-url] [![Dependencies][gemnasium-image]][gemnasium-url] [![Gitter][gitter-image]][gitter-url] | ||
```js | ||
// webpack.config.babel.js | ||
import UnusedFilesWebpackPlugin from "unused-files-webpack-plugin"; | ||
// webpack.config.js | ||
var UnusedFilesWebpackPlugin = require("unused-files-webpack-plugin"); | ||
var UnusedFilesWebpackPlugin = require("unused-files-webpack-plugin").default; | ||
@@ -20,0 +22,0 @@ module.exports = { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18906
99
0