Skip to content

Commit

Permalink
Update base path build setting for core and repl packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mindofmatthew committed Jun 11, 2024
1 parent 758b947 commit b72e71b
Show file tree
Hide file tree
Showing 2 changed files with 2 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

0 comments on commit b72e71b

Please sign in to comment.