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
In the template for src/package.json, you have these lines:
src/package.json
"module": "<%= props.libraryName.kebabCase %>.js", "jsnext:main": "<%= props.libraryName.kebabCase %>.js", "typings": "<%= props.libraryName.kebabCase %>.d.ts",
but, in the output to dist/, these files are all named index rather than the library name. Or have I misunderstood something?
dist/
index
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the template for
src/package.json
, you have these lines:but, in the output to
dist/
, these files are all namedindex
rather than the library name. Or have I misunderstood something?The text was updated successfully, but these errors were encountered: