@daklang/rollup

0.9.0 • Public • Published

@daklang/rollup

This package provides a Rollup / Vite compatible plugin for the Dak Language.

Vite

// vite.config.js
import { defineConfig } from 'vite'
import { dakPlugin } from '@daklang/rollup'

export default defineConfig({
  plugins: [dakPlugin()],
})

This is the recommended setup for building browser based applications in Dak.

Rollup

// rollup.config.js
import { dakPlugin } from '@daklang/rollup'

export default {
  plugins: [dakPlugin()],
}

Readme

Keywords

Package Sidebar

Install

npm i @daklang/rollup

Weekly Downloads

6

Version

0.9.0

License

MIT

Unpacked Size

1.55 kB

Total Files

3

Last publish

Collaborators

  • daaku