Skip to content

Commit 2456c43

Browse files
committed
Revert Rollup configuration
1 parent 98495b5 commit 2456c43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/instant-meilisearch/rollup.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const INPUT = 'src/index.ts'
1717
/** @type {import('rollup').Plugin[]} */
1818
const COMMON_PLUGINS = [
1919
typescript({
20-
// useTsconfigDeclarationDir: true,
20+
useTsconfigDeclarationDir: true,
2121
tsconfigOverride: {
2222
includes: ['src'],
2323
exclude: [
@@ -28,7 +28,7 @@ const COMMON_PLUGINS = [
2828
'playgrounds',
2929
'dist',
3030
],
31-
// esModuleInterop: true,
31+
esModuleInterop: true,
3232
},
3333
}),
3434
]
@@ -57,8 +57,8 @@ const ROLLUP_OPTIONS = [
5757
// See https://www.npmjs.com/package/rollup-plugin-typescript2#rollupplugin-node-resolve
5858
nodeResolve(),
5959
...COMMON_PLUGINS,
60-
// commonjs(),
61-
// babel(),
60+
commonjs(),
61+
babel(),
6262
// json(),
6363
env === 'production' ? terser() : {}, // will minify the file in production mode
6464
],

0 commit comments

Comments
 (0)