Skip to content

Commit

Permalink
Fixed Test scripts suite
Browse files Browse the repository at this point in the history
  • Loading branch information
BiosBoy committed Jan 28, 2019
1 parent f874d01 commit afc4156
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
8 changes: 8 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit afc4156

Please sign in to comment.