mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-08-14 11:00:16 +08:00
chore: update linter config
This commit is contained in:
@ -21,12 +21,12 @@ export default {
|
||||
.type("asset/source");
|
||||
|
||||
config.module
|
||||
.rule('wasm')
|
||||
.rule("wasm")
|
||||
.test(/\.wasm$/)
|
||||
.type('asset/resource')
|
||||
.set('generator', {
|
||||
filename: '[name].[hash:8][ext]'
|
||||
})
|
||||
.type("asset/resource")
|
||||
.set("generator", {
|
||||
filename: "[name].[hash:8][ext]"
|
||||
});
|
||||
|
||||
config.plugin("define").tap(([options]) => [
|
||||
{
|
||||
|
Reference in New Issue
Block a user