typescript-fsa-redux-observable icon indicating copy to clipboard operation
typescript-fsa-redux-observable copied to clipboard

Generated code is ES6

Open Kobzol opened this issue 8 years ago • 2 comments

Could you please ship ES5 code (in the dist folder)? The ES6 can cause problems with browser, UglifyJS and various other tools. It should be enough to change target in tsconfig.json to es3 or es5.

Kobzol avatar Sep 17 '17 19:09 Kobzol

sorry. dist directory is dummy. will delete it direct use .ts

m0a avatar Sep 26 '17 10:09 m0a

Deleting dist from this repository doesn't help, you still have the dist folder in package.json and you build it when you publish the package. A simpler fix would be to specify target: "es5" in tsconfig.json :-)

Kobzol avatar Nov 12 '17 13:11 Kobzol