Skip to content

Commit

Permalink
Updated README.md with webpack options
Browse files Browse the repository at this point in the history
  • Loading branch information
btassone committed Aug 10, 2018
1 parent d8cca63 commit c80008d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,26 @@ let TsClassMetaGeneratorPlugin = require('ts-class-meta-generator');
})
]
}
```

Webpack Options
===============
```
srcFolder: string - The directory with ts source files you want walked
[Default]: ./src/ts
siteName: string - The class name / namespace you want to use for your container name
[Default]: Site
siteMetaFileName: string - The file name that holds all the meta information about the classes.
[Default]: site-meta.ts
siteMetaPath: string - The location the meta file should be generated.
[Default]: .
ignoreFiles: string[] - List of file names (case-sensitive) without the ts extension.
[Default]: []
ignoreFolders: string[] - List of folder names (case-sensitive) to ignore.
[Default]: []
```

0 comments on commit c80008d

Please sign in to comment.