File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/instant-meilisearch Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const INPUT = 'src/index.ts'
1717/** @type {import('rollup').Plugin[] } */
1818const 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 ] ,
You can’t perform that action at this time.
0 commit comments