guillaumepotier / Garlic.js

Automatically persist your forms' text and select field values locally, until the form is submitted.
http://garlicjs.org/
Other
2.36k stars 176 forks source link

Moving webpack to a dev dependency #127

Closed jaydiablo closed 5 years ago

jaydiablo commented 5 years ago

Webpack shouldn't be a regular dependency since it's only used when developing the library (having it as a regular dependency messes up some tooling when including this lib via NPM/Yarn in other projects).

guillaumepotier commented 5 years ago

You're absolutely right, thanks :)