0.1.2 • Published 3 years ago
suml-loader v0.1.2
SUML Loader

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