@lwce/meta-rollup-plugin
Advanced tools
Comparing version 0.6.21 to 0.6.22
@@ -30,7 +30,7 @@ "use strict"; | ||
for (const moduleId of moduleIds) { | ||
if (moduleId.endsWith('.js')) { | ||
if (moduleId.endsWith('.js') || moduleId.endsWith('.ts')) { | ||
// In case of an error... | ||
try { | ||
const m = this.getModuleInfo(moduleId); | ||
const htmlFile = moduleId.replace('.js', '.html'); | ||
const htmlFile = moduleId.replace(/\.[jt]s/, '.html'); | ||
@@ -37,0 +37,0 @@ if (_fs.default.existsSync(htmlFile)) { |
{ | ||
"name": "@lwce/meta-rollup-plugin", | ||
"version": "0.6.21", | ||
"version": "0.6.22", | ||
"description": "Rollup plugin to deal with LWC meta-data", | ||
@@ -13,3 +13,3 @@ "main": "dist/index.js", | ||
"@lwc-platform/sfdc-lwc-metadata": "1.17.6-232.2", | ||
"@lwce/lwc-storybook": "0.6.21" | ||
"@lwce/lwc-storybook": "0.6.22" | ||
}, | ||
@@ -26,3 +26,3 @@ "scripts": { | ||
], | ||
"gitHead": "bc993757f5f974089b6e6d0f2a520e20842da3a0" | ||
"gitHead": "190c8eddb7d49c803d2259f36164b8f57a9993ee" | ||
} |
Sorry, the diff of this file is not supported yet
83007
67
+ Added@lwce/lwc-storybook@0.6.22(transitive)
- Removed@lwce/lwc-storybook@0.6.21(transitive)
Updated@lwce/lwc-storybook@0.6.22