Skip to content

Commit

Permalink
chore: keep previous behavior regarding how import is compiled
Browse files Browse the repository at this point in the history
cf rollup/rollup#4647

This fixes e2e tests on Windows.
  • Loading branch information
divdavem committed Dec 1, 2022
1 parent 20bc6b3 commit 4a157c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rollup.config.js
Expand Up @@ -10,6 +10,7 @@ module.exports = [
{
file: path.join(__dirname, '../dist/index.js'),
format: 'cjs',
dynamicImportInCjs: false,
},
],
input: path.join(__dirname, './index.ts'),
Expand Down

0 comments on commit 4a157c3

Please sign in to comment.