swc_node_bundler 61.0.0

Speedy web compiler
Documentation
1
2
3
4
5
6
7
8
module.exports = {
    entry: {
        web: __dirname + "/src/index.tsx",
    },
    output: {
        path: __dirname + "/lib",
    },
};