Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Investigate possible map circularity case in builder #585

Closed
guybedford opened this issue May 10, 2016 · 2 comments
Closed

Investigate possible map circularity case in builder #585

guybedford opened this issue May 10, 2016 · 2 comments

Comments

@guybedford
Copy link
Member

In the case -

builder.config({
        map: {
            'lodash': 'lodash/lodash.js',
            'spark-md5': 'spark-md5/spark-md5.js'
        },
        paths: {
            "app/": "./dist/public/app/"
        },
        packages: {
            '': {
                defaultExtension: 'js'
            },

Apparently this is throwing on no such file.... node_modules/lodash/lodash.js/lodash.js, even with no requires to lodash/lodash.js present at all in the codebase.

We never apply double maps, so it would be worth confirming where this is coming from.

@guybedford
Copy link
Member Author

Fixed in 3378663.

@guybedford
Copy link
Member Author

Released in 0.15.17.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant