fullstack-development / react-redux-starter-kit

Modular starter kit for React+Redux+React Router projects.
https://demo.fullstack-development.com/
MIT License
91 stars 13 forks source link

Добавить --resolveJsonModule и вывести версию из package.json #39

Closed in19farkt closed 5 years ago

in19farkt commented 5 years ago

в ForkTsCheckerWebpackPlugin нужно добавить

reportFiles: [
  '**',
  '!**/*.json',
],