Skip to content

Commit 37472d3

Browse files
committed
fix build
1 parent 8c15b18 commit 37472d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphql-playground-electron/webpack.config.build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ module.exports = {
8484
loader: 'file-loader',
8585
},
8686
{
87-
test: /(graphics|gifs)\/.*\.(png|gif)$/,
87+
test: /(graphics|gifs|node_modules)\/.*\.(png|gif)$/,
8888
loader: 'file-loader',
8989
},
9090
],

0 commit comments

Comments
 (0)