You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/dependency-extraction-webpack-plugin/test/__snapshots__/build.js.snap
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -244,6 +244,29 @@ Array [
244
244
]
245
245
`;
246
246
247
+
exports[`DependencyExtractionWebpackPlugin Webpack \`style-imports\` should produce expected output: Asset file 'main.asset.php' should match snapshot 1`] =`
exports[`DependencyExtractionWebpackPlugin Webpack \`style-imports\` should produce expected output: External modules should match snapshot 1`] =`
253
+
Array [
254
+
Object {
255
+
"externalType": "window",
256
+
"request": "lodash",
257
+
"userRequest": "lodash",
258
+
},
259
+
Object {
260
+
"externalType": "window",
261
+
"request": Array [
262
+
"wp",
263
+
"blob",
264
+
],
265
+
"userRequest": "@wordpress/blob",
266
+
},
267
+
]
268
+
`;
269
+
247
270
exports[`DependencyExtractionWebpackPlugin Webpack \`wordpress\` should produce expected output: Asset file 'main.asset.php' should match snapshot 1`] =`
0 commit comments