k6-template-es6
k6-template-es6 copied to clipboard
Template using Webpack and Babel to enable ES6 features in k6 tests
According to https://github.com/grafana/k6-docs/issues/794, bundling k6 tests in CommonJS currently offers no significant benefit. Then, for simplicity, this project should transpile to ES modules. Related request: https://github.com/grafana/k6-template-typescript/issues/45
Bumps [webpack](https://github.com/webpack/webpack) from 5.89.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...