0.9.0 • Published 12 months ago

@daklang/rollup v0.9.0

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

@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()],
}
0.9.0

12 months ago

0.8.1

1 year ago

0.8.0

1 year ago

0.8.2

1 year ago

0.7.0

1 year ago

0.5.0

1 year ago

0.6.0

1 year ago

0.4.0

1 year ago

0.1.0

1 year ago