Skip to content

Commit

Permalink
fix(ui): @emotion/styled가 번들러 external에서 누락 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
eungyeole authored Nov 4, 2021
1 parent b7dba4d commit d83c9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/esbuild.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ esbuild
format: 'cjs',
sourcemap: true,
bundle: true,
external: ['react', 'react-dom', '@emotion/react'],
external: ['react', 'react-dom', '@emotion/react', '@emotion/styled'],
plugins: [pnpPlugin()],
})
.catch(() => process.exit(1));

0 comments on commit d83c9bc

Please sign in to comment.