We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f67954 commit e9cee73Copy full SHA for e9cee73
.github/workflows/ci.yml
@@ -64,5 +64,5 @@ jobs:
64
working-directory: example/windows
65
- name: Build
66
run: |
67
- MSBuild -t:Rebuild -p:Configuration=Release -p:Platform=x64 ReactTestApp.sln
+ MSBuild -t:Rebuild -p:Configuration=Release -p:Platform=x64 -p:BundleEntryFile=index.tsx ReactTestApp.sln
68
0 commit comments