Skip to content

Commit ae34af8

Browse files
committed
Removing file loader but leaving deps
1 parent 782c6f3 commit ae34af8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

addon/ng2/models/webpack-build-config.ts

-10
Original file line numberDiff line numberDiff line change
@@ -121,16 +121,6 @@ export const webpackCommonConfig = {
121121
test: /\.(jpg|png)$/,
122122
loader: 'url-loader?limit=25000', // Only inline for sizes <= 25000
123123
},
124-
{
125-
test: /\.(jpg|png)$/,
126-
loader: 'file-loader?name=[path][name].[hash].[ext]',
127-
include: ngAppResolve('./public')
128-
},
129-
{
130-
test: /\.svg$/,
131-
loader: 'file-loader',
132-
include: ngAppResolve('./public')
133-
}
134124
{
135125
test: /\.html$/,
136126
loader: 'raw-loader'

0 commit comments

Comments
 (0)