1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-27 03:53:00 +02:00

devtool false

This commit is contained in:
Kyle Spearrin 2020-01-22 12:35:42 -05:00
parent 5da78c1d57
commit df8b87d132
2 changed files with 2 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit 3f17b642b49f838513fcb4d62b5f9b3fbbadf167
Subproject commit 7d8143b288a5352c439c2a789f97f906a4f54e27

View File

@ -53,6 +53,7 @@ const common = {
const renderer = {
mode: 'production',
devtool: false,
target: 'electron-renderer',
node: {
__dirname: false,
@ -127,7 +128,6 @@ const renderer = {
chunks: ['app/vendor', 'app/main'],
}),
new webpack.SourceMapDevToolPlugin({
filename: '[name].js.map',
include: ['app/main.js'],
}),
extractCss,