Skip to content

Commit

Permalink
fix file extension for v3 utils in rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
mcwinter07 committed Jun 18, 2024
1 parent ff9908c commit 2cfb884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default rollupConfig({
overlaysV1: "./src/__overlays__/v1.ts",
overlaysV2: "./src/__overlays__/v2.ts",
overlaysV3: "./src/__overlays__/v3.ts",
utilitiesV3: "./src/__utilities__/v3ts",
utilitiesV3: "./src/__utilities__/v3.ts",
},
plugins: pluginsSharedUi,
alias: {
Expand Down

0 comments on commit 2cfb884

Please sign in to comment.