ng-annotate-webpack-plugin icon indicating copy to clipboard operation
ng-annotate-webpack-plugin copied to clipboard

Webpack plugin that runs ng-annotate on your bundles

Results 3 ng-annotate-webpack-plugin issues
Sort by recently updated
recently updated
newest added

Adds Webpack 5 support and switch to a maintained version of ng-annotate (https://github.com/bluetech/ng-annotate-patched)

@jeffling can you publish version 0.4.0 I need to use `annotateChunk` to skip some of the chunks in one of the projects.

My Webpack Config file having below code: ``` const ngAnnotatePlugin = require('ng-annotate-webpack-plugin'); plugins: [ ....... new ngAnnotatePlugin({ add: true, }), .....] ``` ERROR: **throw new Error("StringMap expected string key");** Error:...