When building a project that depends on @jsdevtools/ono
, I receive the following warning:
Steps to Reproduce
- Create a simple Webpack project with
@jsdevtools/ono
as a dependency.
- Run
webpack
build.
- Observe the warning about missing
ono.js.map
.
Expected Behavior
- The package should either:
- Include the
ono.js.map
file.
- Or remove the
//# sourceMappingURL=ono.js.map
comment from the built file.
Thanks for maintaining this package!