Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
fix: 修复项目中图片引用失效问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Summer-andy committed Dec 2, 2019
1 parent ce4bf2f commit ea2af50
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,6 @@ module.exports = function(webpackEnv) {
}
}
]
},
{
// Some image formats so you can import images
test: /\.(png|gif|jpg|svg|eot|ttf|woff)$/,
use: {
loader: 'url-loader',
options: {
limit: 50000
}
}
}
]
},
Expand Down

0 comments on commit ea2af50

Please sign in to comment.