Skip to content

Commit

Permalink
test(client): squash with minor
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedg committed Apr 23, 2024
1 parent 6c6dea1 commit b3d3273
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions client/__snapshots__/webpack.config.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,28 @@ exports[`webpackConfig development mode matches snapshot 1`] = `
},
},
HtmlWebpackPlugin {
"options": {
"base": false,
"cache": true,
"chunks": "all",
"chunksSortMode": "auto",
"compile": true,
"excludeChunks": [],
"favicon": false,
"filename": "index.html",
"hash": false,
"inject": "head",
"meta": {},
"minify": "auto",
"publicPath": "auto",
"scriptLoading": "defer",
"showErrors": true,
"template": "<PROJECT_ROOT>/src/index.html",
"templateContent": false,
"templateParameters": [Function],
"title": "trshcmpctr",
"xhtml": false,
},
"userOptions": {
"template": "<PROJECT_ROOT>/src/index.html",
"title": "trshcmpctr",
Expand Down Expand Up @@ -224,6 +246,28 @@ exports[`webpackConfig production mode matches snapshot 1`] = `
},
},
HtmlWebpackPlugin {
"options": {
"base": false,
"cache": true,
"chunks": "all",
"chunksSortMode": "auto",
"compile": true,
"excludeChunks": [],
"favicon": false,
"filename": "index.html",
"hash": false,
"inject": "head",
"meta": {},
"minify": "auto",
"publicPath": "auto",
"scriptLoading": "defer",
"showErrors": true,
"template": "<PROJECT_ROOT>/src/index.html",
"templateContent": false,
"templateParameters": [Function],
"title": "trshcmpctr",
"xhtml": false,
},
"userOptions": {
"template": "<PROJECT_ROOT>/src/index.html",
"title": "trshcmpctr",
Expand Down

0 comments on commit b3d3273

Please sign in to comment.