Missing source maps in v5.0.0
short-dsb opened this issue · 2 comments
short-dsb commented
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 commented
Yeah, I haven't added index.js.map
to files
in package.json when migrating to TypeScript. I should do it.
rhysd commented
v5.0.1 fixed this issue. Please upgrade your local dependency.