react-component-starter-kit
react-component-starter-kit copied to clipboard
noStrict: removing use strict statement from the code
According to multiple sources there is no need for use strict statement in ES6 code.
StackOverflow question
ECMAScript 2015 Language Specification
Plus transpiled ES5 code already has use strict statement in dist/ folder