0.1.9 • Published 4 years ago

packager-plugin-svelte v0.1.9

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

Packager for Bloxy

Installation

You can install Packager through CDN (UNPKG, JSDELIVR) or CLI:

yarn add packager
# or...
npm install packager

Usage

const pkger = new Packager({
    sourcemaps: true
});

try {
    const { code } = await pkger.bundle(files);
    console.log(code);
} catch (e) {
    //
}

Examples

For example on how to use Packager, visit the examples folder :)

Documentation

For more information, head over to the docs section.

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.1

4 years ago