Skip to content

Commit

Permalink
Merge branch 'main' into 458-simplify-selection
Browse files Browse the repository at this point in the history
  • Loading branch information
NateLanza committed Feb 14, 2025
2 parents bb941ec + 4da4cea commit 972ed76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 75 deletions.
72 changes: 0 additions & 72 deletions packages/app/.eslintrc.js

This file was deleted.

9 changes: 6 additions & 3 deletions packages/upset/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,17 @@ export default defineConfig({
}),
react(),
],
resolve: {
alias: {
'@mui/system': '@mui/system/esm', // Force ESM usage
},
},
server: { hmr: process.env.NODE_TESTING !== 'true' },

// Configuration for building your library.
// See: https://vitejs.dev/guide/build.html#library-mode
build: {
sourcemap: true,
emptyOutDir: true,
outDir: './dist/',
emptyOutDir: false,
lib: {
// Could also be a dictionary or array of multiple entry points.
entry: 'src/index.tsx',
Expand Down

0 comments on commit 972ed76

Please sign in to comment.