UNPKG

ng-decorators-utils

Version:
17 lines (16 loc) 263 B
module.exports = { entry: './source/index.js', output: { libraryTarget: 'commonjs', path: 'dist', filename: 'ng-decorators-utils.js' }, module: { loaders: [ { test: /\.js$/, loader: 'babel-loader' } ] } }