Skip to content

Commit

Permalink
Webpack - exclude node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
mbackonja committed Aug 16, 2017
1 parent 2624455 commit f7c5a26
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build/webpack.config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ module.exports = {
{
test: /.jsx?$/,
use: 'babel-loader',
include: [
resolve(__dirname, '../node_modules/@material'),
resolve(__dirname, '../src'),
resolve(__dirname, '../test')
]
exclude: /node_modules/
},
{
test: /\.vue$/,
Expand Down

0 comments on commit f7c5a26

Please sign in to comment.