Skip to content

Add bail option to production webpack config #775

Open
@duebbert

Description

@duebbert

webpack happily ignores build errors which is ok for development but when creating production files it should fail.

The configuration option bail should be used for this and results in a build to throw an error when a problem is encountered instead of continuing.

Proposal: add bail: true to the configuration in build/webpack.prod.conf.js

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions