From 8efa82ecafa7e78540b63ad9ed6d41094f7937cf Mon Sep 17 00:00:00 2001 From: konnorrogers Date: Tue, 1 Aug 2023 11:55:41 -0400 Subject: [PATCH] imports to not use .component --- custom-elements-manifest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-elements-manifest.config.js b/custom-elements-manifest.config.js index 7a41f759..d3d1379f 100644 --- a/custom-elements-manifest.config.js +++ b/custom-elements-manifest.config.js @@ -167,7 +167,7 @@ export default { // const terms = [ { from: /^src\//, to: '' }, // Strip the src/ prefix - { from: /\.(t|j)sx?$/, to: '.js' } // Convert .ts to .js + { from: /\.component.(t|j)sx?$/, to: '.js' } // Convert .ts to .js ]; mod.path = replace(mod.path, terms);