-
-
Notifications
You must be signed in to change notification settings - Fork 285
Closed
Description
- Operating System:
- Node Version:
- NPM Version:
- webpack Version:
- copy-webpack-plugin Version:
Feature Proposal
See: angular/angular-cli#14003
It would be nice if files copied using the plugin could retain their original timestamps rather than getting the current date and time.
Feature Use Case
When a build is done it becomes very difficult to determine what has changed and when transferring files to another system the timestamp can not be relied upon for quick checks.
Britford and oskar-anderson