0.0.4 • Published 8 months ago

rollup-plugin-control-addin v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

rollup-plugin-control-addin

A Rollup plugin for building AL Control Add-in's.

Installation

pnpm add rollup-plugin-control-addin

Usage

import { defineConfig } from 'rollup';
import controlAddin from 'rollup-plugin-control-addin';

export default defineConfig({
    plugins: [controlAddin()]
});

License

This project is licensed under the MIT license, see LICENSE.

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago