Skip to content

Commit

Permalink
Fix export bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jan 23, 2024
1 parent 3dba6f1 commit d476b97
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,14 @@
"espressif32"
]
}
]
],
"export": {
"exclude": [
".pio",
".vscode",
"logs",
"portal/node_modules",
"portal/public/build"
]
}
}

0 comments on commit d476b97

Please sign in to comment.