swc/spack/integration-tests/react/spack.config.js
2020-08-14 21:02:39 +09:00

10 lines
142 B
JavaScript

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