Skip to content

Commit

Permalink
Removing file loader but leaving deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLarkInn committed Jun 16, 2016
1 parent 782c6f3 commit ae34af8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions addon/ng2/models/webpack-build-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,16 +121,6 @@ export const webpackCommonConfig = {
test: /\.(jpg|png)$/,
loader: 'url-loader?limit=25000', // Only inline for sizes <= 25000
},
{
test: /\.(jpg|png)$/,
loader: 'file-loader?name=[path][name].[hash].[ext]',
include: ngAppResolve('./public')
},
{
test: /\.svg$/,
loader: 'file-loader',
include: ngAppResolve('./public')
}
{
test: /\.html$/,
loader: 'raw-loader'
Expand Down

0 comments on commit ae34af8

Please sign in to comment.