Skip to content

Commit fd4c853

Browse files
committed
fix(tools): pass ignore option to generator plugin
1 parent f2dc263 commit fd4c853

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/sixty-horses-appear.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
"@patternfly/pfe-tools": patch
3+
---
4+
Dev Server: pass `ignore` and `typeScript` options to import map generator plugin

tools/pfe-tools/dev-server/plugins/import-map-generator.ts

+2
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ export function importMapGeneratorPlugin(options?: Partial<Options>): Plugin {
112112
inputMap: options?.inputMap,
113113
customProviders: { monorepotypescript },
114114
resolutions: options?.resolutions,
115+
ignore: options?.ignore,
116+
typeScript: options?.typeScript,
115117
}), options));
116118
},
117119
};

0 commit comments

Comments
 (0)