Release `v5.24.3` for real (exclude vanilla-picker from minimalist bundle again)

This commit is contained in:
jos 2018-08-29 11:32:07 +02:00
parent 53da7fb8df
commit 384859b132
4 changed files with 81 additions and 1086 deletions

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

View File

@ -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
});