forked from viodotcom/stylis-rtl
-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
The built source files and the sourcemaps of the library contains reference to the src/ directory:
{"version":3,"file":"stylis-rtl.js","sourceRoot":"","sources":["../src/stylis-rtl.ts"],"names":[]
But the actual src directory is not shipped with the package, thus ../src/stylis-rtl.ts
does not exist.
When using source-map-loader ( as with create react app 5), the build fails as it can't file stylis-rtl.ts
Possible solutions:
- Use inline source-maps
- Don't generate source-maps
- ship src as well
hamidsaif70, Idane, mortezasabihi, S4Mi, ahmetemrekilinc and 23 moreitayperry
Metadata
Metadata
Assignees
Labels
No labels