copify-webpack-plugin
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -87,4 +87,4 @@ 'use strict'; | ||
if (assetsMap) { | ||
assetsMap[_path2.default.relative(pattern.context, file.absoluteFrom)] = file.webpackTo; | ||
if (assetsMap && !pattern.excludeFromManifest) { | ||
assetsMap[file.relativeFrom] = file.webpackTo; | ||
} | ||
@@ -91,0 +91,0 @@ |
{ | ||
"name": "copify-webpack-plugin", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Copy files and directories in webpack, supported manifest", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -32,2 +32,3 @@ ## Copify Webpack Plugin | ||
| `force` | N | false | Overwrites files already in compilation.assets (usually added by other plugins) | | ||
| `excludeFromManifest` | N | false | Exclude from manifest | | ||
@@ -34,0 +35,0 @@ #### Available options: |
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
28851
160