mirror of
https://github.com/penpot/penpot.git
synced 2025-05-31 08:26:12 +02:00
Merge pull request #5077 from penpot/ladybenko-8638-docker-rust
Set up devenv for Rust
This commit is contained in:
commit
2dea0b52ed
12 changed files with 518 additions and 1 deletions
5
frontend/resources/polyfills/dynamicImport.js
Normal file
5
frontend/resources/polyfills/dynamicImport.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
if (!('dynamicImport' in window)) {
|
||||
window.dynamicImport = function(uri) {
|
||||
return import(uri);
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue