split-by-path-webpack-plugin
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "split-by-path-webpack-plugin", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Split a Webpack entry bundle into any number of arbitrarily defined smaller bundles", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -32,3 +32,3 @@ ## Split By Path Webpack Plugin | ||
plugins: [ | ||
new SplitByNamePlugin({ | ||
new SplitByPathPlugin({ | ||
buckets: [{ | ||
@@ -35,0 +35,0 @@ name: 'vendor', |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0