Skip to content

Commit

Permalink
fix: bump rspack 0.4.4 canary
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy committed Dec 20, 2023
1 parent 5e9a6a9 commit a49dd78
Show file tree
Hide file tree
Showing 6 changed files with 106 additions and 16 deletions.
6 changes: 3 additions & 3 deletions packages/builder/builder-rspack-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
"@modern-js/types": "workspace:*",
"@modern-js/utils": "workspace:*",
"@babel/preset-typescript": "^7.22.15",
"@rspack/core": "0.4.3",
"@rspack/plugin-react-refresh": "0.4.3",
"@rspack/plugin-html": "0.4.3",
"@rspack/core": "0.4.4-canary-f94b142-20231219112633",
"@rspack/plugin-react-refresh": "0.4.4-canary-f94b142-20231219112633",
"@rspack/plugin-html": "0.4.4-canary-f94b142-20231219112633",
"@swc/helpers": "0.5.3",
"rspack-manifest-plugin": "5.0.0-alpha0",
"caniuse-lite": "^1.0.30001520",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -691,13 +691,15 @@ exports[`applyDefaultPlugins > should apply default plugins correctly 1`] = `
"process.env.ASSET_PREFIX": "\\"\\"",
"process.env.NODE_ENV": "\\"development\\"",
},
"affectedHooks": undefined,
"name": "DefinePlugin",
},
ProgressPlugin {
"_options": {
"prefix": "Client",
"profile": false,
},
"affectedHooks": undefined,
"name": "ProgressPlugin",
},
ProvidePlugin {
Expand All @@ -706,6 +708,7 @@ exports[`applyDefaultPlugins > should apply default plugins correctly 1`] = `
"<WORKSPACE>/node_modules/<PNPM_INNER>/@rspack/plugin-react-refresh/client/reactRefresh.js",
],
},
"affectedHooks": undefined,
"name": "ProvidePlugin",
},
],
Expand Down Expand Up @@ -1342,6 +1345,7 @@ exports[`applyDefaultPlugins > should apply default plugins correctly when prod
"module": undefined,
"test": undefined,
},
"affectedHooks": "compilation",
"name": "SwcJsMinimizerRspackPlugin",
},
CssMinimizerPlugin {
Expand Down Expand Up @@ -1457,6 +1461,7 @@ exports[`applyDefaultPlugins > should apply default plugins correctly when prod
"process.env.ASSET_PREFIX": "\\"\\"",
"process.env.NODE_ENV": "\\"production\\"",
},
"affectedHooks": undefined,
"name": "DefinePlugin",
},
RemoveCssSourcemapPlugin {
Expand All @@ -1468,6 +1473,7 @@ exports[`applyDefaultPlugins > should apply default plugins correctly when prod
"prefix": "Client",
"profile": false,
},
"affectedHooks": undefined,
"name": "ProgressPlugin",
},
InlineChunkHtmlPlugin {
Expand Down Expand Up @@ -1940,13 +1946,15 @@ exports[`applyDefaultPlugins > should apply default plugins correctyly when targ
"process.env.ASSET_PREFIX": "\\"\\"",
"process.env.NODE_ENV": "\\"test\\"",
},
"affectedHooks": undefined,
"name": "DefinePlugin",
},
ProgressPlugin {
"_options": {
"prefix": "Server",
"profile": false,
},
"affectedHooks": undefined,
"name": "ProgressPlugin",
},
],
Expand Down Expand Up @@ -2671,13 +2679,15 @@ exports[`tools.rspack > should match snapshot 1`] = `
"process.env.ASSET_PREFIX": "\\"\\"",
"process.env.NODE_ENV": "\\"development\\"",
},
"affectedHooks": undefined,
"name": "DefinePlugin",
},
ProgressPlugin {
"_options": {
"prefix": "Client",
"profile": false,
},
"affectedHooks": undefined,
"name": "ProgressPlugin",
},
ProvidePlugin {
Expand All @@ -2686,6 +2696,7 @@ exports[`tools.rspack > should match snapshot 1`] = `
"<WORKSPACE>/node_modules/<PNPM_INNER>/@rspack/plugin-react-refresh/client/reactRefresh.js",
],
},
"affectedHooks": undefined,
"name": "ProvidePlugin",
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ exports[`plugins/output > should allow to use copy plugin 1`] = `
},
],
},
"affectedHooks": undefined,
"name": "CopyRspackPlugin",
},
],
Expand Down Expand Up @@ -101,6 +102,7 @@ exports[`plugins/output > should allow to use copy plugin with multiply config 1
},
],
},
"affectedHooks": undefined,
"name": "CopyRspackPlugin",
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ describe('plugins/minimize', () => {
"module": undefined,
"test": undefined,
},
"affectedHooks": "compilation",
"name": "SwcJsMinimizerRspackPlugin",
},
CssMinimizerPlugin {
Expand Down Expand Up @@ -127,6 +128,7 @@ describe('plugins/minimize', () => {
"module": undefined,
"test": undefined,
},
"affectedHooks": "compilation",
"name": "SwcJsMinimizerRspackPlugin",
},
CssMinimizerPlugin {
Expand Down Expand Up @@ -186,6 +188,7 @@ describe('plugins/minimize', () => {
"module": undefined,
"test": undefined,
},
"affectedHooks": "compilation",
"name": "SwcJsMinimizerRspackPlugin",
},
CssMinimizerPlugin {
Expand Down Expand Up @@ -245,6 +248,7 @@ describe('plugins/minimize', () => {
"module": undefined,
"test": undefined,
},
"affectedHooks": "compilation",
"name": "SwcJsMinimizerRspackPlugin",
},
CssMinimizerPlugin {
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@modern-js/core": "workspace:*",
"@modern-js/runtime": "workspace:*",
"@modern-js/utils": "workspace:*",
"@rspack/plugin-react-refresh": "0.4.3",
"@rspack/plugin-react-refresh": "0.4.4-canary-f94b142-20231219112633",
"@storybook/components": "~7.6.1",
"@storybook/core-common": "~7.6.1",
"@storybook/csf-plugin": "~7.6.1",
Expand Down
97 changes: 85 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a49dd78

Please sign in to comment.