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 12bd237 commit 63fd3b9Copy full SHA for 63fd3b9
workspace.json
@@ -269,6 +269,11 @@
269
"glob": "**/*",
270
"input": "packages/canvas-polyfill/platforms/",
271
"output": "./platforms/"
272
+ },
273
+ {
274
+ "glob": "**/*",
275
+ "input": "packages/canvas-polyfill/vendor/",
276
+ "output": "./vendor/"
277
}
278
]
279
@@ -355,6 +360,11 @@
355
360
356
361
"input": "packages/canvas-phaser-ce/platforms/",
357
362
363
364
365
+ "glob": "**/*.js",
366
+ "input": "packages/canvas-phaser-ce/",
367
+ "output": "./"
358
368
359
369
370
0 commit comments