Skip to content

yury/plantuml-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebPack loader for UML

Config

Simply add configuration object to module.loaders like this.

      {
        test: /\.uml$/,
        loader: 'babel?presets[]=es2015,presets[]=react!svg-react!plantuml?format=svg'
      }

Options:

  • format - everything that -t plantuml.jar supports. (txt, utxt, png, svg)
  • no-docker - this module use docker think/plantuml for generation svg. If you specify this option, loader will try to use local java and plantuml.jar

About

Plantuml loader for WebPack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages