rollup-plugin-ngc
Version:
Rollup plugin for angular with ivy enable
28 lines • 759 B
JSON
{
"name": "rollup-plugin-ngc",
"version": "0.1.2",
"description": "Rollup plugin for angular with ivy enable",
"main": "rollup-plugin-ngc.js",
"repository": {
"type": "git",
"url": "git+https://github.com/aelbore/rollup-plugin-ngc.git"
},
"keywords": [
"angular",
"ngc",
"compiler",
"rollup"
],
"author": "Arjay Elbore <aelbore.sg@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aelbore/rollup-plugin-ngc/issues"
},
"homepage": "https://github.com/aelbore/rollup-plugin-ngc#readme",
"peerDependencies": {
"@angular-devkit/build-optimizer": ">=^0.1200.0",
"@angular/compiler-cli": ">=^12.0.0"
},
"module": "rollup-plugin-ngc.es.js",
"typings": "rollup-plugin-ngc.d.ts"
}