@ngtools/webpack
Advanced tools
Comparing version 19.1.1 to 19.1.2
{ | ||
"name": "@ngtools/webpack", | ||
"version": "19.1.1", | ||
"version": "19.1.2", | ||
"description": "Webpack plugin that AoT compiles your Angular components and modules.", | ||
@@ -36,14 +36,3 @@ "main": "./src/index.js", | ||
"yarn": ">= 1.13.0" | ||
}, | ||
"dependenciesMeta": { | ||
"esbuild": { | ||
"built": true | ||
}, | ||
"puppeteer": { | ||
"built": true | ||
} | ||
}, | ||
"pnpm": { | ||
"onlyBuiltDependencies": [] | ||
} | ||
} |
143574