0.0.5 • Published 3 years ago

cem-plugin-copy v0.0.5

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

cem-plugin-copy

Copies custom-elements.json and package.json to outdir/${packageName}.

Options

OptionTypeDescription
fromstringconfig file's import.meta.url
tostringpath to copy files to. Files will be written to to/${packageName}
quietbooleansuppress logs

Example

custom-elements-manifest.config.js

import { copyPlugin } from 'cem-plugin-copy';

export default {
  plugins: [
    copyPlugin({ from: import.meta.url, to: './docs/_data/customElementsManifests/' }),
  ]
}
0.0.3

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.2

4 years ago

0.0.1

4 years ago