Skip to content

Commit

Permalink
Merge pull request #4 from leviy/master_remove_excludes
Browse files Browse the repository at this point in the history
Remove excludes from config. Bump version to 2.0.1.
  • Loading branch information
BasMatthee authored Sep 6, 2018
2 parents 94801f5 + 1a5e065 commit 421aae5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leviy/webpack-config-default",
"version": "2.0.0",
"version": "2.0.1",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:leviy/webpack-config-default.git"
Expand Down
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ module.exports = new Config().defaults({
},
{
test: /\.js$/,
exclude: /node_modules\/(?!(bootstrap|daemonite-material)\/).*/,
loader: 'babel-loader',
},
{
Expand Down

0 comments on commit 421aae5

Please sign in to comment.