Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions apps/example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ dist/*
local.properties
msbuild.binlog
node_modules/

# CTS files (copied from WebGPU CTS repo via scripts/sync-cts.sh)
src/webgpu-cts/src/
1 change: 1 addition & 0 deletions apps/example/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const customConfig = {
watchFolders: [root],
resolver: {
...defaultConfig.resolver,
sourceExts: [...defaultConfig.resolver.sourceExts, 'cjs'],
extraNodeModules: {
'three': threePackagePath,
},
Expand Down
Loading
Loading