3.0.2 • Published 6 months ago

@open-pioneer/build-support v3.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 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)

3.0.2

6 months ago

3.0.1

7 months ago

3.0.0

9 months ago

2.0.2

1 year ago

2.0.1

2 years ago

2.0.0

2 years ago

0.3.2-dev

3 years ago

1.0.0

2 years ago

0.5.0

3 years ago

0.3.2

3 years ago

0.4.0

3 years ago

0.6.1

2 years ago

0.5.2

2 years ago

0.6.0

2 years ago

0.5.1

3 years ago

0.3.0

3 years ago

0.3.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago