rollup-plugin-walt
v0.1.5
Published
[inspired by this ๐ webpack-walt-loader](https://github.com/ballercat/walt/blob/master/packages/walt-loader)
Downloads
5
Maintainers
Readme
rollup-plugin-walt
inspired by this ๐ webpack-walt-loader
This is a plugin for use with walt.
about walt ๐
โก๏ธ Walt is a JavaScript-like syntax for WebAssembly text format โก๏ธ https://ballercat.github.io/walt/
Installation
npm install --save-dev rollup-plugin-walt
โ ๏ธ should add walt-compiler too!!
Usage
// rollup.config.js
import walt from 'rollup-plugin-walt';
export default {
input: 'src/main.js',
output: {
file: 'dist/bundle.js',
format: 'iife'
},
plugins: [
walt()
]
};
License
MIT