build: remove lerna

This commit is contained in:
Evan You
2019-12-10 18:24:59 -05:00
parent 7aca27392f
commit cd5ba7cfcc
8 changed files with 84 additions and 2448 deletions

View File

@@ -1,11 +1,9 @@
const lernaJson = require('./lerna.json')
module.exports = {
preset: 'ts-jest',
globals: {
__DEV__: true,
__TEST__: true,
__VERSION__: lernaJson.version,
__VERSION__: require('./package.json').version,
__BROWSER__: false,
__RUNTIME_COMPILE__: true,
__FEATURE_OPTIONS__: true,