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
Created a new project and webpack.config uses _ while the project name uses -:
webpack.config
_
-
~/sources/scaffold-elmsih ▶ node node_modules/webpack/bin/webpack.js Bundling for development... Hash: 3aea6d8a27453c0be041 Version: webpack 2.4.1 Time: 26ms ERROR in Entry module not found: Error: Can't resolve '/Users/eugene.tolmachev/sources/scaffold-elmsih/scaffold_elmsih.fsproj' in '/Users/eugene.tolmachev/sources/scaffold-elmsih'
The text was updated successfully, but these errors were encountered:
Reference dotnet/templating#588
Apparently it can be solved by adding a hyphen to sourceName in template.json, like fable-elmish-react-template.
sourceName
fable-elmish-react-template
Sorry, something went wrong.
No branches or pull requests
Created a new project and
webpack.config
uses_
while the project name uses-
:The text was updated successfully, but these errors were encountered: