Skip to content

Commit

Permalink
Move JS source from packs to entrypoints (#30037)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Apr 23, 2024
1 parent 32ead51 commit 3f68875
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion config/webpacker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

default: &default
source_path: app/javascript
source_entry_path: packs
source_entry_path: entrypoints
public_root_path: public
public_output_path: packs
cache_path: tmp/cache/webpacker
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"include": [
"app/javascript/mastodon",
"app/javascript/packs",
"app/javascript/entrypoints",
"app/javascript/types"
]
}

0 comments on commit 3f68875

Please sign in to comment.