JS
Size: a a a
JS
p
В
p
p
В
В
R
R
const DynamicComponent = dynamic(() =>
import('../components/hello').then((mod) => mod.Hello)
)
S
const DynamicComponent = dynamic(() =>
import('../components/hello').then((mod) => mod.Hello)
)
R
cross-env NODE_OPTIONS=--max_old_space_size=8192 npm run dev -- --port 3019
R
p
p
В
p
В
const DynamicComponent = dynamic(() =>
import('../components/hello').then((mod) => mod.Hello)
)
В
p
В