Skip to content

Commit

Permalink
add dns module to rollup whitelist (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyuanliang-ms authored Nov 18, 2024
1 parent 7db665f commit 477f18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import dts from "rollup-plugin-dts";

export default [
{
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"],
input: "src/index.ts",
output: [
{
Expand Down

0 comments on commit 477f18d

Please sign in to comment.