Skip to content
New issue

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

fxmanifest when creating a project with react incorrectly references the build folder #37

Closed
LiamDormon opened this issue Oct 23, 2021 · 0 comments · Fixed by #38
Closed
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@LiamDormon
Copy link
Contributor

Options to reproduce

{
  language: { val: 'TypeScript' },
  resourceName: { val: 'test-react' },
  packages: { val: [] },
  uiFramework: { val: 'react_typescript' }
}

Expected Outcome

fxmanifest references build folder for the react project

Actual Outcome

fxmanifest references a directory called html and 3 random files

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/**/*',
}
@itschip itschip added bug Something isn't working good first issue Good for newcomers labels Oct 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants