Release `v5.24.3` for real (exclude vanilla-picker from minimalist bundle again)
This commit is contained in:
parent
53da7fb8df
commit
384859b132
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -62,7 +62,7 @@ var compilerMinimalist = webpack({
|
|||
bannerPlugin,
|
||||
new webpack.IgnorePlugin(new RegExp('^brace$')),
|
||||
new webpack.IgnorePlugin(new RegExp('^ajv')),
|
||||
new webpack.IgnorePlugin(new RegExp('^vanilla-picker$'))
|
||||
new webpack.IgnorePlugin(new RegExp('^vanilla-picker'))
|
||||
],
|
||||
cache: true
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue