Skip to content

zhangmingyuan666/async_import_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TARGET

tramsform s1sAsyncImport to import function with magic comments and

const c = s1sAsyncImport("@/components/async-component.vue")

function to

const c = ()=>{
    return import(/* webpackChunkName: chunkIndex */"@/components/async-component.vue").then((res)=>res);
};

HOW TO USE

how to build

cargo build

how to test

cargo build
cargo test --package s1s_async_import_plugin --test fixture --  --show-output 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published