Skip to content

Commit

Permalink
Remove unnecessary esbuild --loader flags (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrod16 authored Oct 11, 2024
2 parents 177fabf + 4c907a6 commit e653ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-dom": "18.3.1"
},
"scripts": {
"build": "esbuild src/index.tsx --bundle --minify --outfile=build/app.js --loader:.tsx=tsx --loader:.css=css && cp public/index.html build/index.html"
"build": "esbuild src/index.tsx --bundle --minify --outfile=build/app.js && cp public/index.html build/index.html"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit e653ff4

Please sign in to comment.