EDUCATOR-823 Updated confinguration of webpack and translation tools to work with jsx files EDUCATOR-823 changes to webpack config Fixed space issue
10 lines
199 B
INI
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
|