Skip to content

Commit

Permalink
Transpile imports from node_modules to ES5 as well (#4553)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy authored Aug 18, 2024
1 parent dcf985f commit d8284f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/webpack.base.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const commonConfig = {
},
{
test: /\.(js)$/,
exclude: /node_modules/,
use: [
{
loader: `babel-loader`,
Expand Down

0 comments on commit d8284f8

Please sign in to comment.