diff --git a/webpack.config.js b/webpack.config.js index 896ba3a6..d4518be8 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -27,6 +27,7 @@ const banner = ` module.exports = { mode: "production", entry: './src/lib/index.ts', + target: 'es5', output: { filename: 'index.js', path: path.resolve(__dirname, 'build'),