mirror of
https://github.com/penpot/penpot.git
synced 2026-05-04 15:49:34 +00:00
✨ Allow render entrypoint load alternative config
The render entrypoint is used by exporter
This commit is contained in:
parent
3225319e0c
commit
09637f9794
@ -14,7 +14,7 @@
|
||||
</script>
|
||||
|
||||
{{# manifest}}
|
||||
<script src="{{& config}}"></script>
|
||||
<script src="{{& config_render}}"></script>
|
||||
<script src="{{& polyfills}}"></script>
|
||||
<script type="importmap">{{& importmap }}</script>
|
||||
{{/manifest}}
|
||||
|
||||
@ -207,6 +207,7 @@ async function generateManifest() {
|
||||
rasterizer_main: "./js/rasterizer.js",
|
||||
|
||||
config: "./js/config.js?version=" + VERSION_TAG,
|
||||
config_render: "./js/config-render.js?version=" + VERSION_TAG,
|
||||
polyfills: "./js/polyfills.js?version=" + VERSION_TAG,
|
||||
libs: "./js/libs.js?version=" + VERSION_TAG,
|
||||
default_translations: "./js/translation.en.js?version=" + VERSION_TAG,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user