When building a project that depends on `@jsdevtools/ono`, I receive the following warning: ### Steps to Reproduce 1. Create a simple Webpack project with `@jsdevtools/ono` as a dependency. 2. Run `webpack` build. 3. 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!