We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eddf53 commit add43ecCopy full SHA for add43ec
1 file changed
rslib.config.ts
@@ -29,27 +29,6 @@ export default defineConfig({
29
contracts: 'src/contracts.ts',
30
selectors: 'src/selectors.ts',
31
finders: 'src/finders.ts',
32
- },
33
- tsconfigPath: 'tsconfig.lib.json',
34
35
- output: {
36
- distPath: {
37
- root: path.join('dist', 'src'),
38
39
- minify: true,
40
41
42
- {
43
- format: 'esm',
44
- syntax: 'esnext',
45
- dts: false,
46
- shims: {
47
- esm: {
48
- __filename: true,
49
50
51
- source: {
52
- entry: {
53
bin: 'src/bin.ts',
54
'metro-companion': 'src/metro-companion.ts',
55
daemon: 'src/daemon.ts',
0 commit comments