Skip to content

Commit

Permalink
Merge pull request #1129 from mindofmatthew/worker-path-in-modules
Browse files Browse the repository at this point in the history
Fix clock worker dependency path in module builds
  • Loading branch information
daslyfe committed Jun 18, 2024
2 parents c403a92 + b72e71b commit 6350cfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { resolve } from 'path';

// https://vitejs.dev/config/
export default defineConfig({
base: './',
plugins: [],
build: {
lib: {
Expand Down
1 change: 1 addition & 0 deletions packages/repl/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import replace from '@rollup/plugin-replace';

// https://vitejs.dev/config/
export default defineConfig({
base: './',
plugins: [],
build: {
lib: {
Expand Down
1 change: 1 addition & 0 deletions packages/web/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import replace from '@rollup/plugin-replace';

// https://vitejs.dev/config/
export default defineConfig({
base: './',
plugins: [],
build: {
lib: {
Expand Down

0 comments on commit 6350cfd

Please sign in to comment.