Skip to content

Commit

Permalink
something
Browse files Browse the repository at this point in the history
  • Loading branch information
GDenisC committed Feb 20, 2024
1 parent 367ab57 commit 2f5b399
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ const config = {
exclude: /node_modules/
},
{
test: /\.m?js/,
type: "javascript/auto",
test: /\.js/,
type: "javascript/auto"
},
{
test: /\.m?js/,
test: /\.js/,
resolve: {
fullySpecified: false,
},
},
fullySpecified: false
}
}
]
},
resolve: {
Expand Down

0 comments on commit 2f5b399

Please sign in to comment.