File tree 2 files changed +11
-2
lines changed 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -82,17 +82,25 @@ let rendererConfig = {
82
82
loader : 'url-loader' ,
83
83
query : {
84
84
limit : 10000 ,
85
- name : 'imgs/[name].[ext]'
85
+ name : 'imgs/[name].[hash:7].[ ext]'
86
86
}
87
87
}
88
88
} ,
89
+ {
90
+ test : / \. ( m p 4 | w e b m | o g g | m p 3 | w a v | f l a c | a a c ) ( \? .* ) ? $ / ,
91
+ loader : 'url-loader' ,
92
+ options : {
93
+ limit : 10000 ,
94
+ name : 'media/[name].[hash:7].[ext]'
95
+ }
96
+ } ,
89
97
{
90
98
test : / \. ( w o f f 2 ? | e o t | t t f | o t f ) ( \? .* ) ? $ / ,
91
99
use : {
92
100
loader : 'url-loader' ,
93
101
query : {
94
102
limit : 10000 ,
95
- name : 'fonts/[name].[ext]'
103
+ name : 'fonts/[name].[hash:7].[ ext]'
96
104
}
97
105
}
98
106
}
Original file line number Diff line number Diff line change 110
110
"eslint-loader" : " ^1.9.0" ,
111
111
"eslint-plugin-html" : " ^3.1.1" ,
112
112
{{#if_eq eslintConfig 'standard' }}
113
+ "eslint-config-standard" : " ^10.2.1" ,
113
114
"eslint-plugin-import" : " ^2.7.0" ,
114
115
"eslint-plugin-node" : " ^5.1.1" ,
115
116
"eslint-plugin-promise" : " ^3.5.0" ,
You can’t perform that action at this time.
0 commit comments