-
-
Notifications
You must be signed in to change notification settings - Fork 641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken sourceMappingURL for dexie.min.js #326
Broken sourceMappingURL for dexie.min.js #326
Comments
uglify docs have no good answer on how to fix except by changing directory before uglifying. Fixed using a simple string.replace() instead. Also had to update uglify.
Bugfixes: * Fixes #326 Broken sourceMappingURL for dexie.min.js Build- and deployment tools * Upgrading build and transpiler tools * Prepared for supporting maintainance releases on 1.x branch while continuing to develop Dexie v2.x. * Avoiding cyclic dependencies in ES6 source Deprecations (See https://github.com/dfahlander/Dexie.js/wiki/Deprecations) * Transaction.table * Transaction.[table] * Transaction.tables * Transaction.error * Transaction.complete
Can you please reopen this? I downloaded the latest rc.1 release from bower and npm and it still points to dist/dexie.min.js.map |
Thanks. Regression bug. |
This time using a simper approach.
@dfahlander it looks like production: https://unpkg.com/dexie@3.2.3/dist/dexie.min.js |
Thanks for reporting. It might be due to the upgraded dev-deps. |
|
I just started using Dexie.js and I keep getting this console error:
I think dexie.min.js sourcemap url is broken:
//# sourceMappingURL=dist/dexie.min.js.map
it should be just:
//# sourceMappingURL=dexie.min.js.map
The text was updated successfully, but these errors were encountered: