swc/crates/swc_node_bundler/tests/integration/react/spack.config.js
2022-05-04 14:25:28 +00:00

9 lines
140 B
JavaScript

module.exports = {
entry: {
web: __dirname + "/src/index.tsx",
},
output: {
path: __dirname + "/lib",
},
};