Skip to content

Commit

Permalink
Update writeClassMaps.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tevko authored Sep 25, 2024
1 parent 41a7974 commit b2455d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/module/scripts/writeClassMaps.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default ${JSON.stringify(classMap, null, 2)};
*/
function writeClassMaps(classMaps) {
Object.entries(classMaps).forEach(([file, classMap]) => {
const packageBase = dirname(require.resolve('@patternfly/react-log-viewer/package.json'));
const packageBase = dirname(require.resolve('@devzero-inc/react-log-viewer/package.json'));
const relativeFilePath = relative(packageBase, file);

// write the export map in TS and put it in src, from here TS will compile it to the different module types at build time
Expand Down

0 comments on commit b2455d9

Please sign in to comment.