Skip to content

kentcdodds/ng-annotate-webpack-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng-annotate-webpack-plugin

WebPack plugin that runs ng-annotate on your bundles

Based on ngmin-webpack-plugin

Usage

In webpack.config.js:

var webpack = require('webpack');
var ngAnnotatePlugin = require('ng-annotate-webpack-plugin');

module.exports = {
    /// ... rest of config
    plugins: [
        new ngAnnotatePlugin({
            add: true,
            // other ng-annotate options here
        })
    ]
}

Announcement

Due to lack of time and the fact that I no longer use webpack with any of my projects. I will not be actively maintaining this code. Also at this time I feel webpack's lack of documentation (re: plugins) and potential unstability requires more webpack expertise than I care to obtain. If anyone would like to take over this project, let me know and we can figure something out.

About

WebPack plugin that runs ng-annotate on your bundles

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%