UNPKG

rollup-plugin-copy-assets

Version:

Copy additional assets into the output directory of your rollup bundle.

19 lines (11 loc) 325 B
# rollup-plugin-copy-assets ## 2.0.0 - Fix failure occurring when used with chunked builds. - Overwrite any existing assets. - Updated to new rollup api. - Switch to jest for unit tests. - Switch to babel 7. ## 1.1.0 - Add fix for code splitting (#3) thanks to @lmoronil. ## 1.0.0 - Initial release.