Détail du package

@talend/scripts-config-babel

Talend4.5kApache-2.013.6.0

Babel configuration for @talend/scripts-core

readme

This package contains the main babel configuration used everywhere else in Talend.

Babel config customisation

You can use your own babelrc but it is not recommanded. To do so, you will need to extend the preset babelrc.

{
    "extends": "@talend/scripts-config-babel"
}

If you don't do so the app will fail in Error describe the above need. Also please be sure to have read that file.