5.7.0 • Published 4 years ago

@konekto/bundle v5.7.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Bundle

Well bundle should be your last almost zero-config assets bundler for modern frontend development. It supports stylus for styles and babel through webpack.

Installation

npm install -g @konekto/bundle

Usage

Just launch the globally installed cli bundle and it will look for a .bundlerc file in your project tree. Configure babel with your .babelrc and your good to go.

.bundlerc

{
  "cwd": "./src" , //parent folder of the sources
  "destination": "./build" //destination folder, relative to working dir of bundle/index.js call
  "sources": ["**/*.jsx", "**/*.styl"], //source glogs to compile relative to cwd,
  "watch": true, //watch files,
  "loader": true, //activate auto component loader
  "sync": "http://localhost:8080", //page reload proxy with browsersync
  "log": true //activate logging
}

See bundle --help for equivalent counterparts cli arguments.

5.6.0

4 years ago

5.7.0

4 years ago

5.5.1

5 years ago

5.5.0

5 years ago

5.4.0

5 years ago

5.3.0

5 years ago

5.1.4

5 years ago

5.1.3

5 years ago

5.1.2

5 years ago

5.1.0

5 years ago

4.2.0

5 years ago

4.1.1

5 years ago

4.1.0

5 years ago

4.0.2

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago

3.1.1

6 years ago

3.1.0

6 years ago

3.0.0

6 years ago

2.2.0

6 years ago

2.1.4

6 years ago

2.1.3

6 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.3.4

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.3

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago