Files
edx-platform/conf/locale/babel_third_party.cfg
Sarah Fischmann 7ed9ba1934 Update webpack config and translation tools to translate .jsx files
EDUCATOR-823

Updated confinguration of webpack and translation tools to work with jsx files

EDUCATOR-823

changes to webpack config

Fixed space issue
2017-07-10 11:48:13 -04:00

10 lines
199 B
INI

# Use this configuration file for third-party app source trees.
[python: **.py]
input_encoding = utf-8
[django: **/template/**.html]
input_encoding = utf-8
[reactjs: **.jsx]
input_encoding = utf-8