Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
SoonIter committed Sep 18, 2024
1 parent 563514a commit ada6fc9
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions examples/express-plugin/rslib.config.ts
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
import { defineConfig } from '@rslib/core';

const shared = {
dts: {
bundle: false,
},
};

export default defineConfig({
lib: [
{
...shared,
format: 'esm',
dts: false,
output: {
distPath: {
root: './dist/esm',
},
},
},
{
...shared,
dts: false,
format: 'cjs',
output: {
distPath: {
Expand Down

0 comments on commit ada6fc9

Please sign in to comment.