Skip to content

Commit

Permalink
chore(format): 🤖 ✨ (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ecoscript[bot] and github-actions[bot] authored Aug 24, 2023
1 parent 1d85da0 commit bda5631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineConfig({
fileName: (format) => `react-native-portable-text.${format}.js`,
},
rollupOptions: {
external: ['@portabletext/react', '@portabletext/types','react', 'react-native'],
external: ['@portabletext/react', '@portabletext/types', 'react', 'react-native'],
output: {
// Since we publish our ./src folder, there's no point in bloating sourcemaps with another copy of it.
sourcemapExcludeSources: true,
Expand Down

0 comments on commit bda5631

Please sign in to comment.