Skip to content

Commit

Permalink
chore(cli): try exclude Ink devtools related stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
strogonoff committed Dec 8, 2024
1 parent a0d1b8c commit 3dc73b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/anafero-cli/build-generator.mts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ async function buildSiteBuilder(opts: ReportingOptions) {
'yoga-wasm-web',
'react-devtools-core',
],

define: {
'process.env.DEV': 'false',
},

loader: {
'.css': 'local-css',
Expand Down

0 comments on commit 3dc73b4

Please sign in to comment.