-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error when using passthrough #20
Comments
Can you share the code you are using or better yet a minimal reproduction? |
Sure thing: https://github.com/andrew-paterson/mirage-msw-passthrough I've managed to work out that Ember is building the app using the I created and tested a non Ember app, using a basic webpack config, and that bundled the assets using the correct file ( As another test, I also changed the require export in package.json to |
@bgantzler you're an ember user, right? Do you have any insights here? |
Yes, I am an ember user, but am not using the msw. This seems to be in the build process. based on the above statement that changing the extenstion from |
I get the following error if I add passthrough to my server config.
For context this is on an Ember 5.11 app, with
ember-mirage
. If passthrough is removed, everything works great.The text was updated successfully, but these errors were encountered: