Skip to content

Commit

Permalink
Fix not build localize.macro
Browse files Browse the repository at this point in the history
  • Loading branch information
robincodex committed Mar 28, 2024
1 parent 763fb71 commit 423a8dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/panorama-all-in-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-panorama-all-in-jsx",
"version": "0.3.5",
"version": "0.3.6",
"description": "",
"engines": {
"node": ">=16.0.0"
Expand Down
3 changes: 2 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ const macroConfig = {
input: [
'packages/panorama-all-in-jsx/src/xml.macro.ts',
'packages/panorama-all-in-jsx/src/css.macro.ts',
'packages/panorama-all-in-jsx/src/events.macro.ts'
'packages/panorama-all-in-jsx/src/events.macro.ts',
'packages/panorama-all-in-jsx/src/localize.macro.ts'
],
output: {
dir: 'dist/panorama-all-in-jsx',
Expand Down

0 comments on commit 423a8dd

Please sign in to comment.