We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246b74f commit 14c2cd5Copy full SHA for 14c2cd5
test/src/BuildTest.ts
@@ -334,11 +334,8 @@ test.ifDevOrLinuxCi(
334
copyright: "Copyright © 2018 ${author}",
335
npmRebuild: true,
336
onNodeModuleFile: filePath => {
337
- const exampleDir = filePath.includes("node_modules/three/examples")
338
- if (exampleDir) {
339
- return true
340
- }
341
- return undefined
+ // Force include this directory in the pakage
+ return filePath.includes("node_modules/three/examples")
342
},
343
files: [
344
// test ignore pattern for node_modules defined as file set filter
0 commit comments