Skip to content

Commit

Permalink
fix: workaround for Can't resolve 'react/jsx-runtime'
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj28843 committed Feb 7, 2022
1 parent edd03f8 commit 5c527a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ module.exports = {
test: /\.(png|woff|woff2|eot|ttf|svg)$/,
loader: 'url-loader?limit=100000',
},
{
test: /\.m?js/,
resolve: {
fullySpecified: false,
},
},
],
},
resolve: {
Expand Down

0 comments on commit 5c527a8

Please sign in to comment.