debug ts code
This commit is contained in:
@@ -25,4 +25,14 @@ export default [
|
||||
],
|
||||
external: ['reflect-metadata']
|
||||
},
|
||||
{
|
||||
input: "build/index.debug.js",
|
||||
output: {
|
||||
format: "cjs",
|
||||
file: "bundle/doric-vm.js",
|
||||
},
|
||||
plugins: [
|
||||
resolve({ jsnext: true, main: true }),
|
||||
]
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user