1.0.3 • Published 1 year ago

vue-cli-plugin-dependency-dist-copy v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

VUE CLI Plugin: Dependency Dist Copy

Plugin copies all files from dependencies to distribution folder. It's especially useful for copying dependencies' chunks to current distribution. This way you can use dependencies that use dynamic imports.

Config

pluginOptions: {
    dependencyDistCopy: {
        "<dependency-name>": [{
            root: '<path-to-dependency-dist-folder>',
            pattern: '*.js(.map)?'
        }]
    }
}
1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago