0.0.5 • Published 2 years ago

cem-plugin-copy v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.2

3 years ago

0.0.1

3 years ago