Skip to content

Commit

Permalink
added to externals to clearly communicate to consumers of the library…
Browse files Browse the repository at this point in the history
… that they need to install the specified peer dependencies.
  • Loading branch information
ds committed Jan 5, 2024
1 parent 5a40e4a commit d703888
Show file tree
Hide file tree
Showing 2 changed files with 3,717 additions and 1 deletion.
11 changes: 10 additions & 1 deletion frontend/wmlandscape/rollup.config.js
Expand Up @@ -23,5 +23,14 @@ export default {
resolve(),
commonjs(),
],
external: ['react', 'react-dom', 'core-js', 'lodash.merge', 'prop-types'],
external: [
'react',
'react-dom',
'core-js',
'lodash.merge',
'prop-types',
'@mui/icons-material',
'@mui/material',
'@mui/styles',
],
};

0 comments on commit d703888

Please sign in to comment.