Skip to content

Commit

Permalink
Fix platform in web plugin bundling task
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrdom committed Nov 3, 2023
1 parent 1bc0f88 commit d44726c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ object ScalaJSEsbuildWebPlugin extends AutoPlugin {
|${EsbuildWebScripts.transformHtmlEntryPoints}
|
|const metaFilePromise = bundle(
| ${EsbuildScalaJSModuleConfiguration.EsbuildPlatform.Node.jsValue},
| ${EsbuildScalaJSModuleConfiguration.EsbuildPlatform.Browser.jsValue},
| $entryPointsJsArray,
| $relativeOutputDirectoryJs,
| 'assets',
Expand Down

0 comments on commit d44726c

Please sign in to comment.