@konekto/bundle

5.7.0 • Public • Published

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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
5.7.00latest

Version History

VersionDownloads (Last 7 Days)Published
5.7.00
5.6.00
5.5.10
5.5.00
5.4.00
5.3.00
5.1.40
5.1.30
5.1.20
5.1.00
4.2.00
4.1.10
4.1.00
4.0.20
4.0.10
4.0.00
3.1.10
3.1.00
3.0.00
2.2.00
2.1.40
2.1.30
2.1.20
2.1.10
2.1.00
2.0.20
2.0.10
2.0.00
1.3.40
1.3.20
1.3.10
1.3.00
1.2.20
1.2.10
1.2.00
1.1.30
1.1.10
1.1.00

Package Sidebar

Install

npm i @konekto/bundle

Weekly Downloads

0

Version

5.7.0

License

ISC

Unpacked Size

547 kB

Total Files

31

Last publish

Collaborators

  • haithembelhaj