dist/index.js a source map at the end of the file:
//# sourceMappingURL=index.js.map
This file is not included in the packaged 1.0.4 version and giving me errors in an Create React App project using TypeScript:
Failed to parse source map from '/project/node_modules/dayjs-business-time/dist/index.js.map' file: Error: ENOENT: no such file or directory, open '/project/node_modules/dayjs-business-time/dist/index.js.map'
dist/index.jsa source map at the end of the file://# sourceMappingURL=index.js.mapThis file is not included in the packaged 1.0.4 version and giving me errors in an Create React App project using TypeScript: