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