decorators-loader
v1.0.1
Published
Webpack js-decorators loader for webpack. It works in conjuntion with other transpilers.
Downloads
1
Readme
decorators-loader
Webpack js-decorators loader for webpack. It works in conjuntion with other transpilers.
Check out js-decorators.
Use
For using it in conjuntion with another transpiler.
module: {
loaders: [
{test: /\.js$/, loader: 'babel!decorators'}
]
}