Skip to content

Commit

Permalink
refactor: tidy up file-loader test into alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
djcsdy committed Aug 22, 2019
1 parent 1ce7ecf commit 8180c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function WebpackConfig(projectSource: WebpackConfig.ProjectSource): (env: any) =
]
},
{
test: /\.(eot|jpe?g|gif|mp[34]|og[agv]|png|svg|ttf|web[mp]|woff2?)$/,
test: /\.(eot|gif|jpe?g|mp[34]|og[agv]|png|svg|ttf|web[mp]|woff2?)$/,
use: {
loader: "file-loader",
options: {
Expand Down

0 comments on commit 8180c38

Please sign in to comment.