add-to-homescreen-react icon indicating copy to clipboard operation
add-to-homescreen-react copied to clipboard

Polluting node_modules with unnecessary files

Open JuhQ opened this issue 5 years ago • 0 comments

The project pollutes any node_modules folder with unnecessary files.

Folders, such as examples, live-demo and build/images should not be bundled in with the npm release. As mentioned in #14, react itself should be peer/dev dependency, therefore we could get rid of the unnecessary node_modules folder as well.

As package.json defines the main entry point as build/AddToHomeScreen.js, I would also propose src folder not to be bundled with the release.

JuhQ avatar Jan 19 '21 15:01 JuhQ