Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Commit

Permalink
chore: babel exclude node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Candinya committed Oct 11, 2021
1 parent 148254a commit 2ee2471
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ module.exports = (env, argv) => ({
},
},
],
exclude: /node_modules/,
},
{
test: /\.(postcss|css)$/,
Expand Down

0 comments on commit 2ee2471

Please sign in to comment.