Skip to content

Target set to ES6

Compare
Choose a tag to compare
@nsteenbeek nsteenbeek released this 07 Sep 13:32
· 391 commits to master since this release

Internet Explorer 11 not supported any more by power-platform. That was the only browser using ES5.
In tsconfig.json the target is set to ES6. This will result in better tree-shaking and smaller bundle size.
You can change this in your project manual or do it by update command.