swc/crates/swc_node_bundler/tests/integration/react/spack.config.js
2021-11-09 20:42:49 +09:00

10 lines
142 B
JavaScript

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