Skip to content

Ember-cli 2.7.0 -- warning app/tests.map missing #159

Open
@workmanw

Description

@workmanw

After upgrading to ember-cli 2.7.0 (from 2.5.0) I started receiving this warning when running ember serve:

Warning: ignoring input sourcemap for app/tests.js because ENOENT: no such file or directory, open '/Users/wesley/tmp/source-map-test/tmp/source_map_concat-input_base_path-sqblxX3C.tmp/0/app/tests.map'

I reduce the warning down to this addon. It's very easy to reproduce using ember-cli version 2.7.0. Here are steps:

ember new source-map-test
cd source-map-test
ember serve 
# works fine. no warning. #

ember install ember-cli-blanket
ember serve
# receive warning about missing map. #

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