added web polyfills

This commit is contained in:
Eugene Pankov
2021-06-15 23:43:02 +02:00
parent 8f80eea14b
commit c29659e13c
21 changed files with 1289 additions and 192 deletions

View File

@@ -28,6 +28,7 @@ module.exports = options => {
filename: 'index.js',
pathinfo: true,
libraryTarget: 'umd',
publicPath: 'auto',
},
mode: isDev ? 'development' : 'production',
optimization:{