Skip to content

Commit

Permalink
remove redux-tool-kit from global variables
Browse files Browse the repository at this point in the history
  • Loading branch information
dayhaysoos committed Mar 7, 2021
1 parent f3b36d8 commit d3a0be0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions use-shopping-cart/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default [
},
{
input: './core/store.js',
external: ['@reduxjs/toolkit', 'uuid'],
external: ['uuid'],
output: [
{
file: pkg.exports['./core'].require,
Expand All @@ -61,8 +61,7 @@ export default [
sourcemap: true,
globals: {
react: 'React',
uuid: 'uuid',
'@reduxjs/toolkit': '@reduxjs/toolkit'
uuid: 'uuid'
}
}
],
Expand Down

0 comments on commit d3a0be0

Please sign in to comment.