mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-02 04:33:09 +00:00
feature(package) url-loader v2.0.0
This commit is contained in:
parent
d52fe75e43
commit
17498dbc07
2 changed files with 7 additions and 2 deletions
|
|
@ -43,7 +43,12 @@ const rules = [{
|
|||
},
|
||||
...cssPlugins.map(extract), {
|
||||
test: /\.(png|gif|svg|woff|woff2|eot|ttf)$/,
|
||||
loader: 'url-loader?limit=100000',
|
||||
use: {
|
||||
loader: 'url-loader',
|
||||
options: {
|
||||
limit: 100000,
|
||||
},
|
||||
},
|
||||
}];
|
||||
|
||||
module.exports = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue