From 6bb508ef1490cd8d59518f7e27166e4cbc0d6ad8 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 3 Feb 2023 14:36:17 -0500 Subject: [PATCH] revert; #1166 --- custom-elements-manifest.config.js | 2 +- docs/resources/changelog.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/custom-elements-manifest.config.js b/custom-elements-manifest.config.js index d75d40e8..d2c73153 100644 --- a/custom-elements-manifest.config.js +++ b/custom-elements-manifest.config.js @@ -136,7 +136,7 @@ export default { // components/button/button.js // const terms = [ - { from: /^src\//, to: 'dist/' }, // Strip the src/ prefix + { from: /^src\//, to: '' }, // Strip the src/ prefix { from: /\.(t|j)sx?$/, to: '.js' } // Convert .ts to .js ]; diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 47cf8b45..f212bb9f 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -12,7 +12,6 @@ New versions of Shoelace are released as-needed and generally occur when a criti - Fixed a bug that prevented `web-types.json` from being generated [#1154](https://github.com/shoelace-style/shoelace/discussions/1154) - Fixed a bug in `` that prevented `sl-change` and `sl-input` from emitting when using the eye dropper [#1157](https://github.com/shoelace-style/shoelace/issues/1157) - Fixed a bug in `` that prevented keyboard users from selecting menu items when using the keyboard [#1165](https://github.com/shoelace-style/shoelace/issues/1165) -- Fixed a bug in Shoelace's CEM Analyzer plugin that caused it to generate the wrong path for component modules [#1166](https://github.com/shoelace-style/shoelace/issues/1166) ## 2.0.0