Fracsi

Results 3 comments of Fracsi

You can use a workaround to add the `@babel/plugin-transform-typescript` as the first plugin until a fix is submitted: ```js Encore. .configureBabel((config) => { config.plugins.unshift(['@babel/plugin-transform-typescript', { allowDeclareFields: true }]) }) ```

This happens with most of the charts plugins / adapters as well. These are currently unusable with the new AssetMapper setup. ux-chartjs uses `chart.js/auto` package when using the AssetMapper, but...

You can try enabling the legacy openssl providers for nodejs with adding the `--openssl-legacy-provider` flag to `NODE_OPTIONS`. ```shell NODE_OPTIONS=--openssl-legacy-provider npm run dev-server ``` See: https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V17.md#openssl-30