@radpack/build
v1.0.5
Published
Rapid Application Development Packaging Build Core
Downloads
28
Readme
@radpack/build
Common internal functionality of radpack build tools for other packages like @radpack/rollup-plugin and @radpack/webpack-plugin.
Installation
npm install --save-dev @radpack/build
Usage
import {
constants,
createManifest,
createVersionArray,
getAbsoluteExport,
getExport,
getExports,
getPackage,
getRelativeExport,
getVersion,
mergeExports,
parseExport,
parseManifest,
parseManifests,
parseOptions,
Semver
} from '@radpack/build';