Anonymous View
0.6.4 • Published 9 years ago

react-bundle-builder v0.6.4

Weekly downloads
2
License
ISC
Repository
-
Last release
9 years ago

react-bundle-builder 0.6.3 Build Status

Installation

project: npm install react-bundle-builder --save-dev

global: npm install react-bundle-builder -g

Commands

t, test          Test App
   -w, --watch      Enable watching files
b, build         Build App
s, serve         Serve App
    -H, --hmr        Use Hot Module Reload(experimental)
    -o, --open       Open browser
    -i, --iframe     Open iframe in browser
    -l, --lint       Use linter
u, upload        Upload App to S3

Configuration

builder.config.coffee in current working directory

  module.exports = ->
    input: [__dirname, 'src']
    output: [__dirname, 'dist']
    alias:
      AliasTest: [__dirname, 'alias_test']
    variables: ['APP_ENV']

.env.development or pass BUILDER_ENV to use specific .env.%BUILDER_ENV% file

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_S3_BUCKET=
AWS_S3_BUCKET_KEY=/
AWS_S3_REGION=us-west-1
APP_ENV=development
0.6.4

9 years ago

0.6.3

9 years ago

0.6.2

9 years ago

0.6.1

9 years ago

0.6.0

9 years ago

0.5.0

9 years ago

0.4.9

9 years ago

0.4.8

9 years ago

0.4.7

9 years ago

0.4.6

9 years ago

0.4.5

9 years ago

0.4.4

10 years ago

0.4.3

10 years ago

0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.9

10 years ago

0.3.8

10 years ago

0.3.7

10 years ago

0.3.6

10 years ago

0.3.5

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.9

10 years ago

0.2.8

10 years ago

0.2.7

10 years ago

0.2.6

10 years ago

0.2.5

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago