mastilver/dynamic-cdn-webpack-plugin

feat: only and exclude options

mastilver opened this issue · 0 comments

options.only

Type: Array<string>
Default: null

List the only modules that should be served by the cdn

options.exclude

Type: Array<string>
Default: []

List the modules that will always be bundled

NOTE: those two options cannot be set together