mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -05:00
✨ Update plugins runtime
This commit is contained in:
parent
4c71a4367f
commit
0ddcfa05cf
2 changed files with 2129 additions and 2036 deletions
File diff suppressed because it is too large
Load diff
|
@ -29,7 +29,7 @@
|
|||
<script defer src="{{& polyfills}}"></script>
|
||||
{{/manifest}}
|
||||
|
||||
<script type="module" src="{{pluginRuntimeUri}}/index.mjs"></script>
|
||||
<script type="module" src="{{pluginRuntimeUri}}/index.js"></script>
|
||||
|
||||
<script>
|
||||
window.penpotTranslations = JSON.parse({{& translations}});
|
||||
|
|
Loading…
Reference in a new issue