unused-files-webpack-plugin
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="2.0.4"></a> | ||
## [2.0.4](https://github.com/tomchentw/unused-files-webpack-plugin/compare/v2.0.3...v2.0.4) (2016-07-14) | ||
<a name="2.0.3"></a> | ||
@@ -7,0 +12,0 @@ ## [2.0.3](https://github.com/tomchentw/unused-files-webpack-plugin/compare/v2.0.2...v2.0.3) (2016-05-30) |
@@ -35,3 +35,2 @@ "use strict"; | ||
path: __dirname }, | ||
// It will be in MemoryFS :) | ||
plugins: [new _index2.default()] | ||
@@ -38,0 +37,0 @@ }); |
{ | ||
"name": "unused-files-webpack-plugin", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Glob all files that are not compiled by webpack under webpack's context", | ||
@@ -55,3 +55,2 @@ "main": "lib/index.js", | ||
"babel-preset-es2015": "^6.3.13", | ||
"babel-preset-react": "^6.3.13", | ||
"babel-preset-stage-0": "^6.3.13", | ||
@@ -77,2 +76,2 @@ "babel-register": "^6.4.3", | ||
} | ||
} | ||
} |
@@ -19,3 +19,5 @@ # unused-files-webpack-plugin | ||
// webpack.config.js | ||
var UnusedFilesWebpackPlugin = require("unused-files-webpack-plugin").default; | ||
var UnusedFilesWebpackPlugin = require("unused-files-webpack-plugin")["default"]; | ||
// or | ||
var UnusedFilesWebpackPlugin = require("unused-files-webpack-plugin").UnusedFilesWebpackPlugin; | ||
@@ -22,0 +24,0 @@ module.exports = { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19916
22
101
247