suml-loader
v0.1.2
Published
Webpack loader for SUML
Downloads
9
Maintainers
Readme
SUML Loader
This is a Webpack loader for *.suml
files.
SUML's specification is available at gitlab.com/Avris/SUML
Installation
yarn add suml-loader
In webpack.config.js
add rule:
{
test: /\.suml$/,
loader: 'suml-loader',
}
Now you can just import foo from './foo.suml'