1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-07-27 08:28:33 +00:00
Files
.github
.vscode
app
build
docs
extras
patches
scripts
snap
tabby-community-color-schemes
tabby-core
src
README.md
package.json
tsconfig.json
tsconfig.typings.json
webpack.config.js
yarn.lock
tabby-electron
tabby-local
tabby-plugin-manager
tabby-serial
tabby-settings
tabby-ssh
tabby-telnet
tabby-terminal
tabby-uac
tabby-web
tabby-web-demo
web
.all-contributorsrc
.eslintrc.yml
.gitignore
.mergify.yml
.pug-lintrc.js
CODE_OF_CONDUCT.md
HACKING.md
LICENSE
README.md
appveyor.yml
electron-builder.yml
package.json
tsconfig.json
typedoc.js
webpack.config.js
webpack.plugin.config.js
yarn.lock
tabby/tabby-core/webpack.config.js
Eugene Pankov 43cd3318da project rename
2021-06-29 23:57:04 +02:00

6 lines
122 B
JavaScript

const config = require('../webpack.plugin.config')
module.exports = config({
name: 'core',
dirname: __dirname,
})