aurelia / dialog

A dialog plugin for Aurelia.
MIT License
106 stars 115 forks source link

Remove .rollupcache folder from npm package #370

Open ghost opened 5 years ago

ghost commented 5 years ago

I'm submitting a bug report

Please tell us about your environment:

Current behavior:

The npm package contains a folder named .rollupcache, with subfolders and files. This causes on Windows a windows maximum path length exceeded when deleting.

https://registry.npmjs.org/aurelia-dialog/-/aurelia-dialog-2.0.0-rc.5.tgz

Expected/desired behavior:

Don't include the .rollupcache folder. It was not included in 2.0.0-rc.3 version and previous ones.

https://registry.npmjs.org/aurelia-dialog/-/aurelia-dialog-2.0.0-rc.3.tgz

Also occurs in aurelia-validation (https://github.com/aurelia/validation/issues/520).

I expect to not have a windows maximum path length exceeded when deleting as in versions 2.0.0-rc.3 and previous.

The motivation is to not have a windows maximum path length exceeded when deleting as in versions 2.0.0-rc.3 and previous and reduce package size.