Skip to content

Commit

Permalink
build: delete puik package 1.5.4, customElement option (change regex)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgoud committed Oct 12, 2023
1 parent b0e64ad commit c5072c9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 433 deletions.
2 changes: 1 addition & 1 deletion build/src/tasks/full-bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function buildFullEntry(minify: boolean) {
PuikAlias(),
vue({
isProduction: true,
customElement: /\.ce\.vue$/,
customElement: true,
}),
postcss({
config: {
Expand Down
Loading

0 comments on commit c5072c9

Please sign in to comment.