Skip to content

Multiple sources #78

@cichy380

Description

@cichy380

Hi,

I have a problem with multi source files. My configuration:

babel: {
    options: {
        minified: true
    },
    plugins: {
        files:  {
            'dir/min/plugins.min.js': [
                'dir/plugins.core.file.js',
                'dir/plugins/*.js' // single plugin files -- IGNORED!!! Why?
            ]
        }
    }
},

but output (destination) file is created based only on dir/plugins.core.file.js and rest of sources (dir/plugins/*.js) are ignored.

What am I doing wrong?

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