Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

No notice when module can't be found! #12

@cguinnup

Description

@cguinnup
var fs = require('fs');
var unresolvable =  require('unresolvable-module');
unresolvable.useIt();

This Javascript runs through noderify with no warning or error, despite the fact that unresolvable-module is not a real module.

I can see the logic of not letting an unresolved module stop the bundling. Maybe it'll be in the deployed environment. But at least give us a warning so apps don't blow up at runtime for something that was detected during bundling!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions