0.1.12 • Published 6 months ago

s1s-async-import-plugin v0.1.12

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

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 
0.1.12

6 months ago

0.1.10

11 months ago

0.1.11

11 months ago

0.1.8

11 months ago

0.1.7

11 months ago

0.1.9

11 months ago

0.1.6

11 months ago

0.1.5

12 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago