Is it possible to get ChakraCore to work with ES6 modules? I'm attempting to use it with ReactJS.NET, and I can't find a way around this error: ``` ReactScriptLoadException: Error while loading "js\components\Test.jsx": Compile error: Module import or export statement unexpected here Line: 14 Column:1 React.ReactEnvironment.EnsureUserScriptsLoaded() ```