blade254353074 / Reantx

Reantx - with newest build tool config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reantx - with newest build tool config

Standard - JavaScript Style Guide

webpack 2.2.1

React React-Router Mobx AntDesign

Note:
Because this project using babel-preset-env, and the target is chrome 52, the transformed code will be es6 syntax.
BUT UglifyJsPlugin cannot optimize es6 code. So I changed optimize plugin to babili.

Still has some problem

standard/standard-loader#78

webpack/webpack#4421

Warning:
open-browser-webpack-plugin v0.0.4 has bug. It cause recompiling stucked. Must ensure the version is locked to v0.0.3 to prevent the problem. baldore/open-browser-webpack-plugin#18

Installation

yarn

How to start

For development:

npm run dev

For production:

npm run build

Checkout the bundle-analyzer:

npm run build --analyse

License

MIT https://opensource.org/licenses/mit-license.php

About

Reantx - with newest build tool config


Languages

Language:JavaScript 97.4%Language:HTML 2.6%