build: remove lerna
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user