UNPKG

@lumino/buildutils

Version:

Utilities for building Lumino packages

9 lines (7 loc) 312 B
/* * Copyright (c) Jupyter Development Team. * Distributed under the terms of the Modified BSD License. */ export { createRollupExampleConfig } from './rollup.examples.config.js'; export { createRollupConfig } from './rollup.src.config.js'; export { createRollupTestConfig } from './rollup.tests.config.js';