Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
richardscarrott committed Mar 27, 2017
1 parent d7c66a1 commit 5d07613
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions tasks/build/__snapshots__/webpackConfig.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,7 @@ Object {
"context": "<rootDir>/src",
"devtool": "eval",
"entry": Object {
"server": Array [
"./server",
],
"server": "./server",
},
"module": Object {
"rules": Array [
Expand Down
8 changes: 2 additions & 6 deletions tasks/build/__snapshots__/webpackReleaseConfig.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ Object {
"context": "<rootDir>/src",
"devtool": "",
"entry": Object {
"client": Array [
"./client",
],
"client": "./client",
},
"externals": Object {},
"module": Object {
Expand Down Expand Up @@ -181,9 +179,7 @@ Object {
"context": "<rootDir>/src",
"devtool": "",
"entry": Object {
"server": Array [
"./server",
],
"server": "./server",
},
"module": Object {
"rules": Array [
Expand Down

0 comments on commit 5d07613

Please sign in to comment.