Skip to content

Commit

Permalink
Remove unused bower_components reference from webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
folkforms committed May 3, 2024
1 parent 4cae9fa commit 95b48dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ module.exports = {
},
{
test: /\.(js|jsx)$/,
exclude: /(bower_components)/,
loader: "babel-loader",
options: { presets: ["@babel/env"] },
},
Expand Down

0 comments on commit 95b48dd

Please sign in to comment.