fix: fix solid-js adapter and exclude spec from build
Some checks failed
Build, Lint & Test Lib / Build, Lint and Test Library (push) Has been cancelled
Some checks failed
Build, Lint & Test Lib / Build, Lint and Test Library (push) Has been cancelled
This commit is contained in:
@@ -14,6 +14,11 @@ export default defineConfig({
|
||||
build: false,
|
||||
distPath: './dist',
|
||||
},
|
||||
source: {
|
||||
entry: {
|
||||
index: ['src/**/*.ts', '!**/*.spec.ts', '!src/testing/**/*'],
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
format: 'cjs',
|
||||
|
||||
Reference in New Issue
Block a user