0.0.8 • Published 5 years ago

@tplss/build-react-app v0.0.8

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

@tplss/build-react-app

one command to build react app (just like create-react-app)

Install

$ npm install @tplss/build-react-app -g

Usage

$ cd /path/to/your-react-app
$ build-react-app

Configure

just like webpack, add a webpack.config.js:

'use strict';

const CommonConfigWebpackPlugin = require('common-config-webpack-plugin');
module.exports = {
  plugins: [ new CommonConfigWebpackPlugin() ],
};

Features

  • ES6+ (+stage-3)
  • jsx
  • sass
0.1.1-0

5 years ago

0.1.0-0

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago