0.1.18 • Published 4 years ago

rox-ssr-multi-entrypoints v0.1.18

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

A wrapper on top of Rollout.io rox-ssr SDK to support multiple entry points

npm.io

Why?

rox-ssr does not behave well when using multiple webpack entry points. This package aims to solve that issue. Note that none of the code is Webpack specific so this should work with other similar tools.

This was successfully tested with Next.js.

Installation

yarn add rox-ssr-multi-entrypoints

Usage

Same as rox-ssr but use import from 'rox-ssr-multi-entrypoints' instead of import from 'rox-ssr'

Caveats

  • Rollout offers 3 types of objects: Configuration, Flag and Variant. Because the DynamicApi does not support Configuration, this package also doesn't support it. Use Flag for boolean values and Variant for anything else.
  • This is not an official CloudBees Rollout SDK.

License

MIT

0.1.18

4 years ago

0.1.17

4 years ago

0.1.16

4 years ago

0.1.15

4 years ago

0.1.14

4 years ago

0.1.12

4 years ago

0.1.13

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago