优化:支持控制是否显示
This commit is contained in:
@@ -23,6 +23,14 @@ const rules = [{
|
||||
limit: 8192,
|
||||
},
|
||||
}],
|
||||
}, {
|
||||
test: /\.(ogg|mp3|wav)$/,
|
||||
use: [{
|
||||
loader: 'url-loader',
|
||||
options: {
|
||||
limit: 65536,
|
||||
},
|
||||
}],
|
||||
}, {
|
||||
test: /\.css$/,
|
||||
use: [{
|
||||
|
||||
Reference in New Issue
Block a user