- b6d8bcf2: Update the
glob
dependency
- c185cbaa: Set minimum node version to 18
- 640ba85f: added types for main entry point
- febd9d9d: Set node 16 as the minimum version.
-
7f9d853c: Added
exclude
option for rollup-plugin-copy.Example: Exclude single directory:
copy({ pattern: '**/*.svg', exclude: 'node_modules' });
Example: Exclude multiple globs:
copy({ pattern: '**/*.svg', exclude: ['node_modules', 'src/graphics'] });
- b06a71b: adds copied files to watch list
- bde5be4: Also copy hidden "dot" files and folders
- 0876717: define exported types so users can consume them
- 08197ef: Initial version