We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db665f commit 477f18dCopy full SHA for 477f18d
rollup.config.mjs
@@ -4,7 +4,7 @@ import dts from "rollup-plugin-dts";
4
5
export default [
6
{
7
- external: ["@azure/app-configuration", "@azure/keyvault-secrets", "@azure/core-rest-pipeline", "crypto"],
+ external: ["@azure/app-configuration", "@azure/keyvault-secrets", "@azure/core-rest-pipeline", "crypto", "dns/promises"],
8
input: "src/index.ts",
9
output: [
10
0 commit comments