Skip to content

Commit

Permalink
remove url-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
namannehra committed Nov 5, 2018
1 parent 392bfba commit 9592b75
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions webpack.demo.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ const config = {
test: /\.js$/,
exclude: /node_modules/,
use: 'babel-loader',
}, {
test: /\.svg$/,
use: 'url-loader',
},
],
},
Expand Down
3 changes: 0 additions & 3 deletions webpack.demo.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ const config = {
test: /\.js$/,
exclude: /node_modules/,
use: 'babel-loader',
}, {
test: /\.svg$/,
use: 'url-loader',
},
],
},
Expand Down

0 comments on commit 9592b75

Please sign in to comment.