First commit
This commit is contained in:
commit
6496f2d0ab
9 changed files with 1088 additions and 0 deletions
12
spack.config.js
Normal file
12
spack.config.js
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
const { config } = require('@swc/core/spack')
|
||||
|
||||
|
||||
module.exports = config({
|
||||
entry: {
|
||||
'screeps': __dirname + '/src/index.ts',
|
||||
},
|
||||
output: {
|
||||
path: __dirname + '/dist'
|
||||
},
|
||||
module: {},
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue