mirror of
https://github.com/Eugeny/tabby
synced 2024-12-12 22:32:57 +00:00
Merge pull request #8820 from zhoro/dev/highlights
This commit is contained in:
commit
164d34c543
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ export default options => {
|
|||
sourceMapOptions.append = '\n//# sourceMappingURL=../../../app.asar.unpacked/assets/webpack/[url]'
|
||||
}
|
||||
|
||||
if (process.platform === 'win32' && process.env.TABBY_DEV) {
|
||||
if ((process.platform === 'win32' || process.platform === 'linux') && process.env.TABBY_DEV) {
|
||||
devtoolPlugin = wp.EvalSourceMapDevToolPlugin
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue