@open-pioneer/build-support
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

@open-pioneer/build-support

Provides the defineBuildConfig function and associated TypeScript interfaces. This enables auto completion in build.config.mjs files.

Example

// build.config.mjs
import { defineBuildConfig } from "@open-pioneer/build-support";

export default defineBuildConfig({
    styles: "./styles.css",
    ui: {
        references: ["some.example.Interface"]
    }
});

License

Apache-2.0 (see LICENSE file)

Readme

Keywords

Package Sidebar

Install

npm i @open-pioneer/build-support

Weekly Downloads

21

Version

2.0.1

License

Apache-2.0

Unpacked Size

23.6 kB

Total Files

6

Last publish

Collaborators

  • open_pioneer
  • antoniave_conterra
  • jessebluemr
  • mbeckem_conterra