2.0.1 • Published 2 months ago

@open-pioneer/build-support v2.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 months ago

@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)

2.0.1

2 months ago

2.0.0

6 months ago

0.3.2-dev

1 year ago

1.0.0

11 months ago

0.5.0

12 months ago

0.3.2

1 year ago

0.4.0

1 year ago

0.6.1

12 months ago

0.5.2

12 months ago

0.6.0

12 months ago

0.5.1

12 months ago

0.3.0

1 year ago

0.3.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago