ng-annotate-webpack-plugin
ng-annotate-webpack-plugin copied to clipboard
Webpack plugin that runs ng-annotate on your bundles
Webpack5
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:...