Skip to content

Commit

Permalink
remove directive so sourcemaps works, see rails/jsbundling-rails#93
Browse files Browse the repository at this point in the history
  • Loading branch information
silva96 committed Jan 13, 2023
1 parent badb769 commit 0b379e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"lint": "eslint app/javascript",
"lint-fix": "eslint app/javascript --fix",
"build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=assets",
"build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds",
"build:css": "tailwindcss -i ./app/assets/stylesheets/application.tailwind.css -o ./app/assets/builds/application.css --minify"
},
"devDependencies": {
Expand Down

0 comments on commit 0b379e5

Please sign in to comment.