Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kukks/ts-nameof-loader
a webpack loader that allows you to use the ts-nameof lib
https://github.com/kukks/ts-nameof-loader
Last synced: 2 months ago
JSON representation
a webpack loader that allows you to use the ts-nameof lib
- Host: GitHub
- URL: https://github.com/kukks/ts-nameof-loader
- Owner: Kukks
- License: mit
- Created: 2017-04-17T08:34:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T10:18:52.000Z (over 6 years ago)
- Last Synced: 2024-09-15T08:26:32.862Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ts-nameof-loader
a webpack loader that allows you to use the ts-nameof lib (https://github.com/dsherret/ts-nameof)[![npm](https://img.shields.io/npm/v/ts-nameof-loader.svg)](https://www.npmjs.com/package/ts-nameof-loader)
[![npm](https://img.shields.io/npm/dw/ts-nameof-loader.svg?colorB=ff0033)](https://www.npmjs.com/package/ts-nameof-loader)`npm i ts-nameof-loader --save-dev`
### Example Usage
```javascript
{
test: /\.ts$/i,
use: ['awesome-typescript-loader', 'ts-nameof-loader']
}
```