We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abbc0c commit 769878dCopy full SHA for 769878d
webpack.config.js
@@ -9,7 +9,7 @@ const cfg = {
9
app: './src/index.tsx',
10
},
11
resolve: {
12
- extensions: ['.ts', '.tsx', '.js'],
+ extensions: ['.ts', '.tsx', '.mjs', '.js'],
13
14
module: {
15
rules: [
0 commit comments