floryst / CustomVolViewTemplate

1 stars 1 forks source link

Overriding core/Volview/index.html is currently not possible #6

Open jadh4v opened 10 months ago

jadh4v commented 10 months ago

Overriding core/Volview/index.html is currently not possible.

Throws the following error, in case of LungAir application:

ERROR  [vite:build-html] The "fileName" or "name" properties of emitted chunks and assets must be strings that are neither absolute nor relative paths, received "../../lungair/index.html".

✓ built in 19.80s                                                                                            14:31:05

 ERROR  error during build:                                                                                  14:31:05
RollupError: The "fileName" or "name" properties of emitted chunks and assets must be strings that are neither absolute nor relative paths, received "../../lungair/index.html".
    at error (file:///D:/code/lungair-migration/lungair-from-template/node_modules/rollup/dist/es/shared/node-entry.js:2287:30)
    at FileEmitter.emitFile (file:///D:/code/lungair-migration/lungair-from-template/node_modules/rollup/dist/es/shared/node-entry.js:24957:24)
    at Object.generateBundle (file:///D:/code/lungair-migration/lungair-from-template/node_modules/vite/dist/node/chunks/dep-df561101.js:37895:22)
    at async Bundle.generate (file:///D:/code/lungair-migration/lungair-from-template/node_modules/rollup/dist/es/shared/node-entry.js:17848:9)
    at async file:///D:/code/lungair-migration/lungair-from-template/node_modules/rollup/dist/es/shared/node-entry.js:26694:27
    at async catchUnfinishedHookActions (file:///D:/code/lungair-migration/lungair-from-template/node_modules/rollup/dist/es/shared/node-entry.js:25827:16)
    at async build (file:///D:/code/lungair-migration/lungair-from-template/node_modules/vite/dist/node/chunks/dep-df561101.js:48011:22)
    at async CAC.<anonymous> (file:///D:/code/lungair-migration/lungair-from-template/node_modules/vite/dist/node/cli.js:822:9)