Merge pull request #1129 from mindofmatthew/worker-path-in-modules
Fix clock worker dependency path in module builds
This commit is contained in:
commit
6350cfdb9c
3 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ import { resolve } from 'path';
|
|||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
base: './',
|
||||
plugins: [],
|
||||
build: {
|
||||
lib: {
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ import replace from '@rollup/plugin-replace';
|
|||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
base: './',
|
||||
plugins: [],
|
||||
build: {
|
||||
lib: {
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ import replace from '@rollup/plugin-replace';
|
|||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
base: './',
|
||||
plugins: [],
|
||||
build: {
|
||||
lib: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue