Skip to content

Commit b5cf31d

Browse files
resolve rollup warning
1 parent bcd18b6 commit b5cf31d

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

sdk/feature-management-applicationinsights-browser/rollup.config.mjs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,14 @@ import dts from "rollup-plugin-dts";
44

55
export default [
66
{
7+
external: ["@microsoft/feature-management"],
78
input: "src/index.ts",
89
output: [
910
{
1011
dir: "dist/esm/",
1112
format: "esm",
1213
sourcemap: true,
1314
preserveModules: true,
14-
},
15-
{
16-
file: "dist/umd/index.js",
17-
format: "umd",
18-
name: 'FeatureManagementApplicationInsights',
19-
sourcemap: true
2015
}
2116
],
2217
plugins: [

sdk/feature-management-applicationinsights-node/rollup.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import dts from "rollup-plugin-dts";
44

55
export default [
66
{
7+
external: ["@microsoft/feature-management"],
78
input: "src/index.ts",
89
output: [
910
{

sdk/feature-management/rollup.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default [
2222
{
2323
file: "dist/umd/index.js",
2424
format: "umd",
25-
name: 'FeatureManagement',
25+
name: "FeatureManagement",
2626
sourcemap: true
2727
}
2828
],

0 commit comments

Comments
 (0)