0.0.8 • Published 20 days ago

@vue-storefront/rollup-config v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
20 days ago

@vue-storefront/rollup-config

Common rollup configuration used in Alokai integrations

Usage

Install

yarn add -D rollup @vue-storefront/rollup-config

API Client config

import pkg from './package.json';
import {
  generateBaseConfig,
  generateServerConfig
} from '@vue-storefront/rollup-config';

export default [generateBaseConfig(pkg), generateServerConfig(pkg)];

SDK module config

import pkg from './package.json';
import { generateSDKConfig } from '@vsf-integrations/rollup';

export default [generateSDKConfig(pkg)];
0.0.8

20 days ago

0.0.7

2 months ago

0.0.3

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.6

8 months ago

0.0.2

12 months ago

0.0.1

12 months ago