Skip to content

Copy Images / Specific Directories to Dist from node_modules #1801

Closed
@sqwk

Description

@sqwk

In the old system.js cli version, there was an option to copy files from node_modules to the dist/vendor directory using the vendorNpmFiles array.

module.exports = function(defaults) {
    return new Angular2App(defaults, {
        vendorNpmFiles: [
        '...',
        'font-awesome/fonts/**/*',
        '...'
        ]
    });
};

Where has this functionality gone in the new webpack based cli?

EDIT: Has this been solved by #1633?

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