mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-08 05:20:01 +00:00
build fix
This commit is contained in:
parent
62bdcb1af4
commit
797265abb1
@ -1,4 +1,4 @@
|
|||||||
import * as nodePTY from '@terminus-term/node-pty'
|
import * as nodePTY from 'node-pty'
|
||||||
import { v4 as uuidv4 } from 'uuid'
|
import { v4 as uuidv4 } from 'uuid'
|
||||||
import { ipcMain } from 'electron'
|
import { ipcMain } from 'electron'
|
||||||
import { Application } from './app'
|
import { Application } from './app'
|
||||||
|
@ -41,12 +41,12 @@ module.exports = {
|
|||||||
glasstron: 'commonjs glasstron',
|
glasstron: 'commonjs glasstron',
|
||||||
mz: 'commonjs mz',
|
mz: 'commonjs mz',
|
||||||
npm: 'commonjs npm',
|
npm: 'commonjs npm',
|
||||||
|
'node-pty': 'commonjs node-pty',
|
||||||
path: 'commonjs path',
|
path: 'commonjs path',
|
||||||
util: 'commonjs util',
|
util: 'commonjs util',
|
||||||
'source-map-support': 'commonjs source-map-support',
|
'source-map-support': 'commonjs source-map-support',
|
||||||
'windows-swca': 'commonjs windows-swca',
|
'windows-swca': 'commonjs windows-swca',
|
||||||
'windows-blurbehind': 'commonjs windows-blurbehind',
|
'windows-blurbehind': 'commonjs windows-blurbehind',
|
||||||
'@terminus-term/node-pty': 'commonjs @terminus-term/node-pty',
|
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
new webpack.optimize.ModuleConcatenationPlugin(),
|
new webpack.optimize.ModuleConcatenationPlugin(),
|
||||||
|
@ -143,13 +143,6 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
debug "^4.3.1"
|
debug "^4.3.1"
|
||||||
|
|
||||||
"@terminus-term/node-pty@0.10.0-terminus.3":
|
|
||||||
version "0.10.0-terminus.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/@terminus-term/node-pty/-/node-pty-0.10.0-terminus.3.tgz#9dbd64d52afda5079e66265a89d313fe42affab7"
|
|
||||||
integrity sha512-HvIOts22dnoBXhRfLiK9DyPasuixYVgEUvgqZmOr0B0Ki9tF8e074oYPUtzLRll6Y553QiUzTWhriCS99MChNQ==
|
|
||||||
dependencies:
|
|
||||||
nan "^2.14.0"
|
|
||||||
|
|
||||||
"@types/mz@2.7.3":
|
"@types/mz@2.7.3":
|
||||||
version "2.7.3"
|
version "2.7.3"
|
||||||
resolved "https://registry.yarnpkg.com/@types/mz/-/mz-2.7.3.tgz#e42a21e73f5f9340fe4a176981fafb1eb8cc6c12"
|
resolved "https://registry.yarnpkg.com/@types/mz/-/mz-2.7.3.tgz#e42a21e73f5f9340fe4a176981fafb1eb8cc6c12"
|
||||||
|
@ -77,7 +77,6 @@ module.exports = options => {
|
|||||||
'native-process-working-directory',
|
'native-process-working-directory',
|
||||||
'net',
|
'net',
|
||||||
'ngx-toastr',
|
'ngx-toastr',
|
||||||
'node-pty',
|
|
||||||
'os',
|
'os',
|
||||||
'path',
|
'path',
|
||||||
'readline',
|
'readline',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user