Skip to content

Commit

Permalink
Do not include allPaths for file-loader (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
agubler authored Aug 21, 2018
1 parent 8c3410e commit 7623d2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/base.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ export default function webpackConfigFactory(args: any): WebpackConfiguration {
loader: 'imports-loader?define=>false'
},
{
include: allPaths,
test: /\.(gif|png|jpe?g|svg|eot|ttf|woff|woff2|ico)$/i,
loader: 'file-loader?hash=sha512&digest=hex&name=[name].[hash:base64:8].[ext]'
},
Expand Down

0 comments on commit 7623d2d

Please sign in to comment.