-
-
Notifications
You must be signed in to change notification settings - Fork 642
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
Moving from Dexie 3.2.5 to 4.0.1 creates webpack failure #1955
Comments
Similar error (and I do use Typescript.) It seems that the source of the error is on
|
Thanks! I've seen it and it was resolved in 7131ade. A new version out soon. |
Fixed in 4.0.2 |
The error persists on v.4.0.2 tsconfig.json still ships with the package and still makes reference to a file not on the package
|
Ah, .npmignore didn't swallow |
In an existing project I'm currently using Dexie 3.2.5. I bumped the version to 4.0.1 in package.json. After npm install and running a serve with webpack I get the following error.
I do not use Typescript in my project. If I go into /node_modules/dexie/ and remove tsconfig.json then I'm able to build and serve the project.
The text was updated successfully, but these errors were encountered: