We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ language: { val: 'TypeScript' }, resourceName: { val: 'test-react' }, packages: { val: [] }, uiFramework: { val: 'react_typescript' } }
fxmanifest references build folder for the react project
fxmanifest references a directory called html and 3 random files
html
ui_page 'html/index.html files { 'html/index.html', 'html/index.css', 'html/index.js' }
this should be
ui_page 'ui/build/index.html' files { 'ui/build/index.html', 'ui/build/**/*', }
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Options to reproduce
Expected Outcome
fxmanifest references build folder for the react project
Actual Outcome
fxmanifest references a directory called
html
and 3 random filesthis should be
The text was updated successfully, but these errors were encountered: