Skip to content

Commit

Permalink
Merge pull request #25 from bigbinary/24-transpile-immer-package
Browse files Browse the repository at this point in the history
  • Loading branch information
Amaljith-K authored Dec 1, 2023
2 parents e0af66d + 155774f commit ce51ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default {
json(),
// To integrate Rollup and Babel.
babel({
exclude: "node_modules/**",
exclude: /node_modules\/(?!immer)/,
babelHelpers: "runtime",
}),
// To convert CommonJS modules to ES6.
Expand Down

0 comments on commit ce51ff7

Please sign in to comment.