1.1.2 • Published 5 years ago

metalsmith-parcel v1.1.2

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

metalsmith-parcel

Travic CI badge Greenkeeper badge Standard JS badge

A plugin for Metalsmith to use Parcel for bundling of assets.

Install

You can either install by running yarn (recommended)

yarn add metalsmith-parcel parcel-bundler

or use npm

npm install metalsmith-parcel parcel-bundler --save

Usage

var parcel = require('metalsmith-parcel')

Metalsmith(__dirname)
  .use(parcel(file, options))
  .build()

Options

See the parcel api documentation for details. Watch default to false in this plugin as it is not suitable for the Metalsmith build process.

Example

Metalsmith(__dirname)
  .use(parcel('src/main.js', {
      watch: false
  }))
  .build()

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

MIT License, see LICENSE for details.

1.1.2

5 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago