@architect/plugin-bundles
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@architect/plugin-bundles", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"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", |
@@ -88,3 +88,3 @@ const fs = require('fs') | ||
//Copy bundles map in to each lambda at @architect/bundles/index.mjs | ||
// Copy bundles map in to each lambda at @architect/bundles/index.mjs | ||
for (let name of inventory.lambdaSrcDirs) { | ||
@@ -91,0 +91,0 @@ const lambda = inventory.lambdasBySrcDir[name] |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
16515
132