grafana / k6-template-typescript

Template to use TypeScript with k6
Apache License 2.0
280 stars 66 forks source link

node modules weren't transpiled by babel #25

Closed mstoykov closed 9 months ago

mstoykov commented 2 years ago

This was a complex issue that required more or less the changes to webpack and the move of the babel config to fix.

babel.config.json changes are there as on a particular input some plugins were introducing errors.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

ppcano commented 1 year ago

@mstoykov I plan to look at it on this quarter.

Also, review https://github.com/grafana/k6-template-typescript/pull/34 and document the supported ES* features.

ppcano commented 9 months ago

I have recently updated the project dependencies.

Currently, this project does not include an example resolving node_modules. If you are looking for that, refer to the k6-rollup-example.

I am closing this PR due to inactivity. Please, reopen if necessary.