0.0.4 • Published 7 months ago

rollup-plugin-control-addin v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 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

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago