from ES6? (Tree Shaking)
example:
functions.js have 4 functions first, second, third and fourth
in main.js src:
import { first, second } from "functions.js";
so after compile, main.js should only include first and second.
This is not how to ask a question Compile using which tools?
Обсуждают сегодня