1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-15 15:53:41 +00:00

devtool false

This commit is contained in:
Kyle Spearrin
2020-01-22 14:22:32 -05:00
parent 20de62cc79
commit 62abc99b61
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: 3f17b642b4...7d8143b288

View File

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