Skip to content

Used in lwc-demo to parse all Lightning web component modules

License

Notifications You must be signed in to change notification settings

Templarian/lwc-demo-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lwc-demo-webpack-plugin

Used in lwc-demo to parse all Lightning web component modules

This plugin creates a demo.json in the defined distribution folder. After that it's up to the web app to generate a website out of it.

- excludes string[]
- includes string[]
- namespaces[]
  - name
  - folder
  - components[]
    - order number
    - file string
    - files[]
      - name string
      - file string
    - name string
    - namespace string
    - tag string
    - hasExamplesFolder bool
    - examplesFolder string
    - jsdoc
      - name string
      - description string
      - type string[]
      - defaultValue string
      - order string
    - examples[]
      - name string
      - folder string
      - files: []
        - name string
        - file string
      - errors: [],
      - warnings: [],

About

Used in lwc-demo to parse all Lightning web component modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published