Skip to content

Commit

Permalink
feat: babel-plugin-react-intl to babel-plugin-formatjs migration (#120)
Browse files Browse the repository at this point in the history
* feat: babel-plugin-react-intl to babel-plugin-formatjs migration

* fix: upgraded frontend-build to fix security issue

---------

Co-authored-by: Isaac Lee <[email protected]>
  • Loading branch information
abdullahwaheed and ilee2u authored Oct 11, 2023
1 parent 9ae2778 commit 09e581c
Show file tree
Hide file tree
Showing 3 changed files with 2,262 additions and 2,070 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tx_url1 = https://www.transifex.com/api/2/project/edx-platform/resource/$(transi
tx_url2 = https://www.transifex.com/api/2/project/edx-platform/resource/$(transifex_resource)/source/

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

build:
rm -rf ./dist
Expand All @@ -23,7 +23,7 @@ precommit:
npm audit

requirements:
npm install
npm ci

i18n.extract:
# Pulling display strings from .jsx files into .json files...
Expand Down
Loading

0 comments on commit 09e581c

Please sign in to comment.