Skip to content

Commit

Permalink
maybe resolved build error
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalacho-mit committed May 22, 2024
1 parent 1971f35 commit 8c1f963
Show file tree
Hide file tree
Showing 29 changed files with 7,168 additions and 18,142 deletions.
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include-workspace-root=true
node-linker=hoisted
shared-workspace-lockfile=false
shamefully-hoist=true
69 changes: 69 additions & 0 deletions extensions/documentation/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

180 changes: 180 additions & 0 deletions extensions/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/scripts/bundles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const bundleBasedOnWatchMode = async ({ plugins, info, globals, external
const { bundleEntry, watch: doWatch, name, directory } = info;
const watchableFileExtensions = ["ts", "svelte", "png", "svg"];
const filesToWatch = [...watchableFileExtensions.map(ext => `**/*.${ext}`)].map(file => path.join(directory, file));
const options: RollupOptions = { input: bundleEntry, plugins, external, watch: { include: filesToWatch }, preserveSymlinks: true };
const options: RollupOptions = { input: bundleEntry, plugins, external, watch: { include: filesToWatch }, preserveSymlinks: true, };
const output = getOutputOptions(info, { globals });

if (doWatch) return logEvents(watch({ ...options, output }), info);
Expand Down
Loading

0 comments on commit 8c1f963

Please sign in to comment.