Skip to content

Copy Images / Specific Directories to Dist from node_modules #1801

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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