### Expected behavior Prism ising shim config should adhere to [shim config](https://requirejs.org/docs/api.html#config-shim) format. ### Actual behavior The shim config is defined as: ``` "prism": { "prism": { "exports": "Prism" } }, ``` export should be directly below prism.
Expected behavior
Prism ising shim config should adhere to shim config format.
Actual behavior
The shim config is defined as:
export should be directly below prism.