diff options
author | steventh <steve.thomas@amdocs.com> | 2018-02-27 11:40:28 -0500 |
---|---|---|
committer | steventh <steve.thomas@amdocs.com> | 2018-02-27 14:50:13 -0500 |
commit | e97e160e9d9d93b7e45c30166f4a0fec6b2e613d (patch) | |
tree | c69e7067624b3057eae27dca7bf0d4be179a2e82 /webpack.devConfig.js | |
parent | 9fcc0c271c53041e7e196182af51368fbce7dd3f (diff) |
Adding Violation History to DIO
Issue-ID: AAI-817
Change-Id: I2fbdbea3eedc568ef7046d83496890969a0c85ec
Signed-off-by: steventh <steve.thomas@amdocs.com>
Diffstat (limited to 'webpack.devConfig.js')
-rw-r--r-- | webpack.devConfig.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.devConfig.js b/webpack.devConfig.js index e21529f..ca3a7ec 100644 --- a/webpack.devConfig.js +++ b/webpack.devConfig.js @@ -64,7 +64,7 @@ module.exports = { progress: true, inline: true, debug: true, - https: true, + https: true, stats: { colors: true } |