-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
11 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
/* | ||
* Copyright Merative US L.P. 2021, 2024 | ||
*/ | ||
import "./scss/index.scss"; | ||
import sampleRenderers from "../sample_renderers"; | ||
|
||
export default sampleRenderers; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,7 @@ | ||
/* | ||
* Copyright Merative US L.P. 2021, 2024 | ||
*/ | ||
|
||
// FIXME Delete this usePublicPath function | ||
/* | ||
Use when the main bundle is not on the same level as the script calling it. | ||
Webpack will reference this path when emitting the chunks | ||
*/ | ||
import "./scss/index.scss"; | ||
import renderers from "../renderers"; | ||
|
||
export const usePublicPath = async (path) => { | ||
if (path) { | ||
// eslint-disable-next-line camelcase, no-undef | ||
__webpack_public_path__ = path; | ||
} | ||
}; | ||
|
||
export { renderers }; | ||
export default renderers; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters