@lls/vitescripts 1.1.10 → 1.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/vitescripts",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "lls vite plugins",
5
5
  "main": "src/index.mjs",
6
6
  "files": [
@@ -7,7 +7,7 @@ import VitePluginRequireTransform from 'vite-plugin-require-transform'
7
7
  */
8
8
  const llsSsrRequirePlugin = () => {
9
9
  // Lazy loaded viewer modules that are using require syntax
10
- const fileRegex = /(?:(Audio|Recorder|Python|Video|QuestionRich|CodemirrorEditor|useLazyModule)\.jsx$|@lls_lls-code)/
10
+ const fileRegex = /(?:(Audio|Playlist|Recorder|Python|Video|QuestionRich|CodemirrorEditor|useLazyModule)\.jsx$|@lls_lls-code)/
11
11
  const back = VitePluginRequireTransform({ fileRegex })
12
12
  return {
13
13
  name: 'lls:require',