@liner-fe/icon 0.1.11 → 0.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @liner-fe/icon
2
2
 
3
+ ## 0.1.13
4
+
5
+ ### Patch Changes
6
+
7
+ - 01eeceb: icon export extension 수정
8
+
9
+ ## 0.1.12
10
+
11
+ ### Patch Changes
12
+
13
+ - 526d907: fix: fe-icon tree shaking 지원을 위해 esm으로 빌드 방식 변경
14
+
3
15
  ## 0.1.11
4
16
 
5
17
  ### Patch Changes
@@ -4,7 +4,7 @@ import { nodeExternalsPlugin } from 'esbuild-node-externals';
4
4
  export default defineConfig({
5
5
  entry: ['index.tsx'],
6
6
  outDir: 'lib',
7
- format: 'cjs',
7
+ format: 'esm',
8
8
  bundle: true,
9
9
  minify: false,
10
10
  keepNames: true,