Skip to content

Commit

Permalink
Fixes assets compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed May 9, 2024
1 parent 1042fe5 commit 5938055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/stimulus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ assets {
targetLanguage: 'ES5',
optimizationLevel: 'SIMPLE'
]
includes = ['**/stimulus*.js']
}

publishing {
Expand Down
1 change: 1 addition & 0 deletions plugins/turbo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ assets {
targetLanguage: 'ES5',
optimizationLevel: 'SIMPLE'
]
includes = ['**/turbo*.js']
}

publishing {
Expand Down

0 comments on commit 5938055

Please sign in to comment.