using rollup to bulid a scaffolding for typescript & jsx and so on
npm install
if you want use scss/less module,you should: npm install -d node-sass
- development
if you want to build in the "develoment" environment
npm run dev
we provide you with HMR、Watch、Sourcemapand so on
- production
if you want to build in the "production" environment
npm run prod
It's will use uglify and ignore sourcemap