Skip to content

v5.0.0

Choose a tag to compare

@dedene dedene released this 31 Jan 13:00

⚠️ v5 is a breaking change from previous nimbu-toolbelt versions: it reworks the toolbelt into a modular, plugin-based setup, allowing for more choice in the usage of modern JS tooling.

To upgrade from nimbu-toolbelt v4:

  1. Remove nimbu-toolbelt and add both nimbu and @nimbu-cli/plugin-webpack-v4:

    yarn remove nimbu-toolbelt
    yarn add -D nimbu @nimbu-cli/plugin-webpack-v4
    
  2. Replace any references to nimbu-toolbelt with `nimbu', i.e.:

    import loadPolyfills from 'nimbu-toolbelt/polyfills';
    

    becomes

    import loadPolyfills from 'nimbu/polyfills';
    
  3. 🎉 Enjoy a new, faster Nimbu toolbelt. Run yarn nimbu help to see what's available.