We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
importing of *.web.js files doesn't work
The text was updated successfully, but these errors were encountered:
I have found solution
module.exports = { webpack: config => { config.resolve.extensions = ['.web.js', ...config.resolve.extensions] return config }, }
Sorry, something went wrong.
@kuznetsov-online I could not reproduce your example. You should not have to change the webpack config in this case.
I tried it with: https://github.com/zeit/next.js/tree/canary/examples/with-react-native-web and it worked fine.
Successfully merging a pull request may close this issue.
Bug report
importing of *.web.js files doesn't work
System information
The text was updated successfully, but these errors were encountered: