Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 319 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 319 Bytes

inferno-starter

cd {project_name}
yarn

dev

yarn start

build

yarn run build

alias react -> inferno

// webpack.config.js

resolve.alias = {
  'react': 'inferno-compat',
  'react-dom': 'inferno-compat'
}

But Inferno does not support HMR