A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.npmjs.org/package/ng-annotate-webpack-plugin below:

ng-annotate-webpack-plugin - npm

ng-annotate-webpack-plugin0.3.0 • Public • Published 7 years ago

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 = {

    

    plugins: [

        new ngAnnotatePlugin({

            add: true,

            

        })

    ]

}

 

If you are looking for a loader instead of a plugin, use ng-annotate-loader instead

Package Sidebar Install

npm i ng-annotate-webpack-plugin

Downloads Weekly Downloads

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4