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 11f9c66 commit 74ac38aCopy full SHA for 74ac38a
pack.ts
@@ -41,6 +41,8 @@ const packageApp = async () => {
41
path.join('bundle', 'index.js'),
42
path.join('bundle', 'error-tracking.js'),
43
path.join('bundle', 'schema.gql'),
44
+ // Static resources normally stored in browser-launcher
45
+ path.join('bundle', 'bl-resources')
46
].map((extraFile) =>
47
fs.copy(path.join(__dirname, extraFile), path.join(OUTPUT_DIR, extraFile))
48
));
0 commit comments