Skip to content

Commit

Permalink
fix: now we need to explicitly allow importing without extension
Browse files Browse the repository at this point in the history
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
  • Loading branch information
SychO9 committed Nov 13, 2022
1 parent 8072453 commit 7783ea2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js-packages/webpack-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ module.exports = function (options = {}) {
test: /\.[jt]sx?$/,
loader: require.resolve('babel-loader'),
options: require('./babel.config'),
resolve: {
fullySpecified: false,
},
},
],
},
Expand Down

0 comments on commit 7783ea2

Please sign in to comment.