Update base path build setting for core and repl packages

This commit is contained in:
Matthew Kaney 2024-06-11 10:02:57 -04:00
parent 758b94776d
commit b72e71b0bd
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ import { resolve } from 'path';
// https://vitejs.dev/config/
export default defineConfig({
base: './',
plugins: [],
build: {
lib: {

View File

@ -6,6 +6,7 @@ import replace from '@rollup/plugin-replace';
// https://vitejs.dev/config/
export default defineConfig({
base: './',
plugins: [],
build: {
lib: {