This commit is contained in:
Marta Kowalska
2025-12-22 20:22:30 +00:00
parent d4429300aa
commit bb81e7a336
90 changed files with 3676 additions and 1828 deletions

View File

@@ -41,8 +41,8 @@ export default defineConfig(({ command, mode }) => {
...rollupOptions,
external: [
...rollupOptions.external,
/^@wx\//, // matches all modules starting with "@svar-ui/"
/^@svar-ui\//, // matches all modules starting with "@svar-ui/"
/^@wx\//, // matches all modules starting with "@wx/"
/^@svar-ui\//, // matches all modules starting with "@wx/"
],
};
@@ -66,6 +66,7 @@ export default defineConfig(({ command, mode }) => {
return {
plugins: [react()],
build: {
sourcemap: true,
lib: {
//eslint-disable-next-line no-undef
entry: resolve(__dirname, 'src/index.js'),