This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

metalsmith-parcel

1.1.2 • Public • Published

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.

/metalsmith-parcel/

    Package Sidebar

    Install

    npm i metalsmith-parcel

    Weekly Downloads

    8

    Version

    1.1.2

    License

    MIT

    Unpacked Size

    102 kB

    Total Files

    10

    Last publish

    Collaborators

    • dahnielson