Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

no-bump

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

no-bump

A zero config bundler.

  • 0.7.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

NoBump

codecov

OverView

NoBump is an zero configuration bundler. It based on rollup and you can customize it by a easy way. Let you work with rollup with a light way.

Install


$ npm install no-bump -D

$ yarn add no-bump -D

Usage

In your package.json

{
  "scripts": {
    "build": "bump"
  }
}

$ yarn build

$ npm run build

bump will automatically read the config file in the your work sapce (default it's the process.cwd ). Support bump.config.js,bump.config.ts

bump exports define API you only usage in your .ts or .js file.

import { define } from 'no-bump'

export default define({
  // your config.
})

If you find with cli not enough. You also can use node API.

import { build, watch } from 'build'

Node API doesn't read your config file it's more suitable for you to build into your build task.

The full config please see CONFIGS

FAQ

Can i use vite or rollup plugin?

  • Yes. You can use them by yourself. If it's necessary.(If you import a plugin from vite, you should pay attention if they are vite-specific plugin).

It's different with others zero bundler?

Acknowledgements

Thanks to JetBrains for allocating free open-source licences for IDEs such as WebStorm.

JetBrains Black Box Logo logo.

LICENSE

MIT

Keywords

FAQs

Package last updated on 27 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc