Skip to content

Commit

Permalink
chore: set correct loader value
Browse files Browse the repository at this point in the history
  • Loading branch information
subzero10 committed Apr 16, 2024
1 parent 4b47b08 commit 0dc75cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ esbuild
format: 'cjs',
sourcemap: true,
outfile: 'dist/output.js',
loader: { '.js': 'jsx', 'tsx': '.jsx' },
loader: { '.js': 'jsx', 'tsx': 'jsx' },
plugins: [honeybadgerSourceMapPlugin(hbOptions)]
// external: ['react', 'react-dom'],
})
Expand Down

0 comments on commit 0dc75cb

Please sign in to comment.