Skip to content

Commit edd4cc4

Browse files
feat: babel-plugin-react-intl to babel-plugin-formatjs migration (openedx#346)
* feat: babel-plugin-react-intl to babel-plugin-formatjs migration * fix: upgraded frontend-build to fix security issue
1 parent 6202398 commit edd4cc4

File tree

3 files changed

+228
-137
lines changed

3 files changed

+228
-137
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ i18n = ./src/i18n
66
transifex_input = $(i18n)/transifex_input.json
77

88
# This directory must match .babelrc .
9-
transifex_temp = ./temp/babel-plugin-react-intl
9+
transifex_temp = ./temp/babel-plugin-formatjs
1010

1111
build:
1212
rm -rf ./dist
@@ -17,7 +17,7 @@ build:
1717
@rm -rf dist/__mocks__
1818

1919
requirements:
20-
npm install
20+
npm ci
2121

2222
i18n.extract:
2323
# Pulling display strings from .jsx files into .json files...

0 commit comments

Comments
 (0)