Skip to content

Commit

Permalink
fix: add .web.jsx extension support (#32076)
Browse files Browse the repository at this point in the history
Co-authored-by: JJ Kasper <jj@jjsweb.site>
  • Loading branch information
intergalacticspacehighway and ijjk committed Dec 16, 2021
1 parent d7062dd commit 12597f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/with-react-native-web/next.config.js
Expand Up @@ -7,6 +7,7 @@ module.exports = {
}
config.resolve.extensions = [
'.web.js',
'.web.jsx',
'.web.ts',
'.web.tsx',
...config.resolve.extensions,
Expand Down

0 comments on commit 12597f2

Please sign in to comment.