Skip to content

Move dependencies not needed in production mode into devDependencies #632

@frankieroberto

Description

@frankieroberto

Some of our dependencies, for example browsersync, aren't needed in 'production' mode (when NODE_ENV=production is set) on hosts like Heroku.

Moving them to devDependencies will mean their installation can be skipped, resulting in a smaller 'slug size' that can mean faster deployments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions