Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConcatenationOptions

Hierarchy

  • ConcatenationOptions

Index

Properties

Optional postProcess

postProcess: PostProcessorOption

Post-process the concatenated file with the specified postcss plugins.

If postcss plugins are provided in conjunction with a generic processor the postcss plugins will be ran first.

Optional preserveSourceFiles

preserveSourceFiles: undefined | true | false

When true, the files that are concatenated are left in the build. Defaults to false.

sources

sources: Array<string>

A list of assets to be concatenated.

Generated using TypeDoc