lol backups and old site first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// packages/video-conversion/build-module/loader.mjs
|
||||
function loader() {
|
||||
return import("@wordpress/video-conversion/worker");
|
||||
}
|
||||
export {
|
||||
loader as default
|
||||
};
|
||||
+1
@@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array(), 'module_dependencies' => array(array('id' => '@wordpress/video-conversion/worker', 'import' => 'dynamic')), 'version' => '81a2ac6d5619086278fd');
|
||||
@@ -0,0 +1 @@
|
||||
function r(){return import("@wordpress/video-conversion/worker")}export{r as default};
|
||||
+1
@@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array(), 'version' => '4d3627c45251ceb4f9a2');
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user