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

Missing source maps in v5.0.0 #34

Closed
short-dsb opened this issue Jul 17, 2024 · 2 comments
Closed

Missing source maps in v5.0.0 #34

short-dsb opened this issue Jul 17, 2024 · 2 comments
Labels

Comments

@short-dsb
Copy link

short-dsb commented Jul 17, 2024

The following warnings appear when building or running an app that uses remark-emoji v5.0.0:

WARNING in ./node_modules/remark-emoji/index.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from './node_modules/remark-emoji/index.js.map' file: Error: ENOENT: no such file or directory, open './node_modules/remark-emoji/index.js.map'
@rhysd rhysd added the bug label Jul 18, 2024
@rhysd
Copy link
Owner

rhysd commented Jul 18, 2024

Yeah, I haven't added index.js.map to files in package.json when migrating to TypeScript. I should do it.

@rhysd
Copy link
Owner

rhysd commented Jul 18, 2024

v5.0.1 fixed this issue. Please upgrade your local dependency.

https://www.npmjs.com/package/remark-emoji/v/5.0.1

@rhysd rhysd closed this as completed Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants