This commit is contained in:
Eugene Pankov
2021-07-11 22:59:39 +02:00
parent 37e564130e
commit ff18926bf9
28 changed files with 112 additions and 51 deletions

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env node
const sh = require('shelljs')
const vars = require('./vars')
const log = require('npmlog')
const webpack = require('webpack')
@@ -8,9 +7,7 @@ const { promisify } = require('util')
const configs = [
'../app/webpack.main.config.js',
'../app/webpack.config.js',
'../web/webpack.config.js',
'../tabby-web-demo/webpack.config.js',
...vars.builtinPlugins.map(x => `../${x}/webpack.config.js`),
...vars.allPackages.map(x => `../${x}/webpack.config.js`),
]
;(async () => {