Closed squrious closed 7 months ago
Currently, the generation of the main preview is done in dev-only webpack hooks. So static build doesn't work at all.
The PreviewPlugin should handle both envs, or another plugin should be added and used depending on the env.
Fixed in #9
Currently, the generation of the main preview is done in dev-only webpack hooks. So static build doesn't work at all.
The PreviewPlugin should handle both envs, or another plugin should be added and used depending on the env.