@ngfk/poi-preset-react-typescript
v0.0.3
Published
Poi preset for react with typescript and hot reloading
Downloads
5
Maintainers
Readme
poi-preset-react-typescript
Installation
$ npm i -D @ngfk/poi-preset-react-typescript
Features
- Does not use babel
- Support for React
.tsx
files - Hot module reloading with
[email protected]
Combines:
Usage
// poi.config.js
module.exports = {
presets: [require('@ngfk/poi-preset-react-typescript')()]
};
Check the example for a working tsconfig.json
.