manuelbieh / react-ssr-setup

React Starter Project with Webpack 4, Babel 7, TypeScript, CSS Modules, Server Side Rendering, i18n and some more niceties

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where is paths.types used?

fullofcaffeine opened this issue · comments

Found this:

types: resolveApp('node_modules/@types'),

Wondering why it's there / what it's used for?

Good question! I'm pretty sure I was temporarily using it for something at some point in the past but it is probably not used anymore and can probably be removed. Thanks for pointing that out!