webpacker icon indicating copy to clipboard operation
webpacker copied to clipboard

Sample dependencies are being added to the root package.json

Open renanborgez opened this issue 5 years ago • 0 comments

Describe the bug Some dependencies used in samples are being packaged alongside of webpacker because it is listed in the root package.json and it should be installed only in the respective sample package.json

Expected behavior Sample dependencies should only be listed in sample package.json's

To Do Would be nice to make a general cleanup in the dependencies, seems that some could be removed because are not being used anymore.

renanborgez avatar Oct 02 '19 08:10 renanborgez