babel-plugin-react-intl

v4.1.9
Extracts string messages for translation from modules that use React Intl.
babel-plugin react-intl

clean

rimraf lib test/fixtures/**/actual.json

mjs

find ./dist -depth -name "*.js" -exec sh -c 'f="{}"; mv -- "$f" "${f%.js}.mjs"' \;

test

TS_NODE_PROJECT='./tsconfig.cjs.json' cross-env NODE_ENV=test jest

cover

npm t -- --coverage

build

tsc && npm run mjs && tsc -p tsconfig.cjs.json

prepublishOnly

npm run build

Metadata

Downloads