Skip to content

Commit

Permalink
chore: snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Jul 12, 2024
1 parent 8cda8ea commit 489c940
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 422 deletions.
38 changes: 0 additions & 38 deletions packages/compat/webpack/tests/__snapshots__/default.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -322,25 +322,6 @@ exports[`applyDefaultPlugins > should apply default plugins correctly 1`] = `
"title": "Rsbuild App",
"xhtml": false,
},
"userOptions": {
"chunks": [
"index",
],
"entryName": "index",
"filename": "index.html",
"inject": "head",
"meta": {
"charset": {
"charset": "UTF-8",
},
"viewport": "width=device-width, initial-scale=1.0",
},
"scriptLoading": "defer",
"template": "",
"templateContent": "<!doctype html><html><head></head><body><div id=\\"root\\"></div></body></html>",
"templateParameters": [Function],
"title": "Rsbuild App",
},
"version": 6,
},
HtmlBasicPlugin {
Expand Down Expand Up @@ -731,25 +712,6 @@ exports[`applyDefaultPlugins > should apply default plugins correctly when produ
"title": "Rsbuild App",
"xhtml": false,
},
"userOptions": {
"chunks": [
"index",
],
"entryName": "index",
"filename": "index.html",
"inject": "head",
"meta": {
"charset": {
"charset": "UTF-8",
},
"viewport": "width=device-width, initial-scale=1.0",
},
"scriptLoading": "defer",
"template": "",
"templateContent": "<!doctype html><html><head></head><body><div id=\\"root\\"></div></body></html>",
"templateParameters": [Function],
"title": "Rsbuild App",
},
"version": 6,
},
HtmlBasicPlugin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,6 @@ exports[`webpackConfig > should allow to append and prepend plugins 1`] = `
"title": "Rsbuild App",
"xhtml": false,
},
"userOptions": {
"chunks": [
"index",
],
"entryName": "index",
"filename": "index.html",
"inject": "head",
"meta": {
"charset": {
"charset": "UTF-8",
},
"viewport": "width=device-width, initial-scale=1.0",
},
"scriptLoading": "defer",
"template": "",
"templateContent": "<!doctype html><html><head></head><body><div id=\\"root\\"></div></body></html>",
"templateParameters": [Function],
"title": "Rsbuild App",
},
"version": 6,
},
HtmlBasicPlugin {
Expand Down
19 changes: 0 additions & 19 deletions packages/core/tests/__snapshots__/builder.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -364,25 +364,6 @@ exports[`should use rspack as default bundler > apply rspack correctly 1`] = `
"title": "Rsbuild App",
"xhtml": false,
},
"userOptions": {
"chunks": [
"index",
],
"entryName": "index",
"filename": "index.html",
"inject": "head",
"meta": {
"charset": {
"charset": "UTF-8",
},
"viewport": "width=device-width, initial-scale=1.0",
},
"scriptLoading": "defer",
"template": "",
"templateContent": "<!doctype html><html><head></head><body><div id=\\"root\\"></div></body></html>",
"templateParameters": [Function],
"title": "Rsbuild App",
},
"version": 6,
},
HtmlBasicPlugin {
Expand Down
57 changes: 0 additions & 57 deletions packages/core/tests/__snapshots__/default.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -364,25 +364,6 @@ exports[`applyDefaultPlugins > should apply default plugins correctly 1`] = `
"title": "Rsbuild App",
"xhtml": false,
},
"userOptions": {
"chunks": [
"index",
],
"entryName": "index",
"filename": "index.html",
"inject": "head",
"meta": {
"charset": {
"charset": "UTF-8",
},
"viewport": "width=device-width, initial-scale=1.0",
},
"scriptLoading": "defer",
"template": "",
"templateContent": "<!doctype html><html><head></head><body><div id=\\"root\\"></div></body></html>",
"templateParameters": [Function],
"title": "Rsbuild App",
},
"version": 6,
},
HtmlBasicPlugin {
Expand Down Expand Up @@ -810,25 +791,6 @@ exports[`applyDefaultPlugins > should apply default plugins correctly when prod
"title": "Rsbuild App",
"xhtml": false,
},
"userOptions": {
"chunks": [
"index",
],
"entryName": "index",
"filename": "index.html",
"inject": "head",
"meta": {
"charset": {
"charset": "UTF-8",
},
"viewport": "width=device-width, initial-scale=1.0",
},
"scriptLoading": "defer",
"template": "",
"templateContent": "<!doctype html><html><head></head><body><div id=\\"root\\"></div></body></html>",
"templateParameters": [Function],
"title": "Rsbuild App",
},
"version": 6,
},
HtmlBasicPlugin {
Expand Down Expand Up @@ -1575,25 +1537,6 @@ exports[`tools.rspack > should match snapshot 1`] = `
"title": "Rsbuild App",
"xhtml": false,
},
"userOptions": {
"chunks": [
"index",
],
"entryName": "index",
"filename": "index.html",
"inject": "head",
"meta": {
"charset": {
"charset": "UTF-8",
},
"viewport": "width=device-width, initial-scale=1.0",
},
"scriptLoading": "defer",
"template": "",
"templateContent": "<!doctype html><html><head></head><body><div id=\\"root\\"></div></body></html>",
"templateParameters": [Function],
"title": "Rsbuild App",
},
"version": 6,
},
HtmlBasicPlugin {
Expand Down
Loading

0 comments on commit 489c940

Please sign in to comment.