parcel-plugin-externals
Advanced tools
Comparing version 0.3.3-pre.20200304.1 to 0.3.3-pre.20200323.2
{ | ||
"name": "parcel-plugin-externals", | ||
"version": "0.3.3-pre.20200304.1", | ||
"version": "0.3.3-pre.20200323.2", | ||
"description": "A plugin for Parcel to omit declared externals from being included in the emitted bundles.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -91,3 +91,3 @@ # parcel-plugin-externals | ||
```js | ||
const rx = /node_modules\/react-(.*?)\//; | ||
const rx = /react-(.*?)\//; | ||
@@ -94,0 +94,0 @@ module.exports = function(path) { |
14607