Skip to content

Commit 668d4de

Browse files
authored
fix(gen-rollup-conf): disable objectHashIgnoreUnknownHack (#156)
This was a workaround for some issues around async function, but it seems that it's no longer needed.
1 parent 6508c80 commit 668d4de

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

rollup.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ const getPlugins = () => [
4141
}),
4242
json(),
4343
typescript({
44-
objectHashIgnoreUnknownHack: true,
4544
tsconfig: "tsconfig.json"
4645
}),
4746
commonjs(),

src/module/generate-rollup-configuration/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ const generateRollupPluginArray = (
252252
...(typescript
253253
? [
254254
typescriptPlugin({
255-
objectHashIgnoreUnknownHack: true,
256255
tsconfig
257256
})
258257
]

0 commit comments

Comments
 (0)