@architect/plugin-bundles
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "@architect/plugin-bundles", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "plugin-bundles Plugin for exposing bundled modules to the browser from your Architect project.", | ||
@@ -5,0 +5,0 @@ "main": "src/plugins/bundles/index.js", |
@@ -56,2 +56,3 @@ const path = require('path') | ||
platform: 'browser', | ||
external: [ 'fs', 'path' ], | ||
outfile: path.join(pathToStaticBundles, `${name}.mjs`), | ||
@@ -58,0 +59,0 @@ }) |
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
15364
61