ts-nameof-loader
v1.0.2
Published
a webpack loader that allows you to use the ts-nameof library in webpack
Downloads
3,163
Maintainers
Readme
ts-nameof-loader
a webpack loader that allows you to use the ts-nameof lib (https://github.com/dsherret/ts-nameof)
npm i ts-nameof-loader --save-dev
Example Usage
{
test: /\.ts$/i,
use: ['awesome-typescript-loader', 'ts-nameof-loader']
}