globbed-webpack-entries-plugin
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -16,3 +16,3 @@ { | ||
"repository": "https://github.com/Nettsentrisk/globbed-webpack-entries-plugin", | ||
"version": "1.0.0" | ||
} | ||
"version": "1.0.1" | ||
} |
@@ -1,4 +0,4 @@ | ||
# globbed-webpack-entries-plugin | ||
# globbed-webpack-entries-plugin | ||
Provides a way to glob for entry files in Webpack `watch` and `non-watch` modes. | ||
Provides a way to glob for entry files in Webpack `watch` and `non-watch` modes, for all file types. | ||
@@ -14,3 +14,3 @@ ## Usage | ||
entry: GlobbedEntriesPlugin.entries({ | ||
global : ['./Scripts/index.js', './Styles/main.scss'] | ||
global : ['./Scripts/**/*.js', './Styles/**/*.scss'] | ||
} | ||
@@ -23,2 +23,2 @@ ) | ||
} | ||
``` | ||
``` |
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
2579
22