UNPKG

pob-babel

Version:

Build and watch with babel and typescript

7 lines (6 loc) 192 B
/* Only used in tests */ export const IS_DEV = false; export const IS_PROD = false; export const IS_TEST = true; export const POB_TARGET = 'node'; export const POB_TARGET_VERSION = 'current';