1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +00:00

chalk and source maps

This commit is contained in:
Kyle Spearrin
2018-05-15 10:50:06 -04:00
parent d79cf6d9f8
commit eb83569f2f
7 changed files with 24 additions and 26 deletions

View File

@@ -47,6 +47,7 @@ const plugins = [
const config = {
target: 'node',
devtool: ENV === 'development' ? 'eval-source-map' : 'source-map',
node: {
__dirname: false,
__filename: false,