OrcaXS
OrcaXS
From `/dist/index.cosmos.js`: ```js import * as __SNOWPACK_HMR__ from '../_snowpack/hmr-client.js'; import.meta.hot = __SNOWPACK_HMR__.createHotContext(import.meta.url); import * as __SNOWPACK_ENV__ from '../_snowpack/env.js'; import.meta.env = __SNOWPACK_ENV__; import {mountDomRenderer} from "../_snowpack/pkg/react-cosmos.dom.v5.6.0-alpha.6.js"; import {decorators, fixtures, rendererConfig} from...
I tried changing `import { decorators, fixtures, rendererConfig } from './cosmos.userdeps';` to `import { decorators, fixtures, rendererConfig } from './cosmos.userdeps.js';`, the 404 error was then gone. But then snowpack logs:...
I've tried 3.0.13, 3.1.0, 3.1.1 and 3.1.2, looks like 3.0.13 is the last working version. Haven't tried those `-pre` versions.
This is the planned feature in the next version, but unfortunately I don't have time for this project recently :(
That's exactly what's in my mind. I'd keep this issue open until https://github.com/OrcaXS/mangaEditorNeue is ready. Thanks for following this project! Knowing someone still using it gives me motivation to keep...