diff --git a/.DS_Store b/.DS_Store index de5fa77..cc5fbbc 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/CHANGELOG.md b/CHANGELOG.md index ca8dd61..67936c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Webpack4 - React16.7 Templater App +# 1.8.2 + * Fixed Test scripts suite. + +# 1.8.1 + * Added travis-ci integration for automation build passing. + * Fixed Jest testing environment. + * Minor improvements. # 1.7.1 * Added Jest dev and peer packages. diff --git a/webpack.config.js b/webpack.config.js index 4fadfbb..17b15c1 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -164,6 +164,14 @@ const stagePlugins = { // STAGE CONFIGURATION INJECTION! [DEVELOPMENT, PRODUCTION] // ------------------------------------ const stageConfig = { + test: { + devtool: 'source-map', + stats: { + chunks: true, + chunkModules: true, + colors: true + } + }, development: { devtool: '', stats: {