Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1315 from openlattice/develop
Browse files Browse the repository at this point in the history
2021-06-24 release
  • Loading branch information
UnsungHero97 authored Jun 25, 2021
2 parents bce8377 + 455a6ac commit 3bcaea7
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config/webpack/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,25 @@ module.exports = (env = {}) => {
entry: [
path.resolve(ROOT, 'src/index.js'),
],
externals: {
react: {
root: 'React',
commonjs2: 'react',
commonjs: 'react',
amd: 'react'
},
'react-dom': {
root: 'ReactDOM',
commonjs2: 'react-dom',
commonjs: 'react-dom',
amd: 'react-dom'
},
'styled-components': {
amd: 'styled-components',
commonjs: 'styled-components',
commonjs2: 'styled-components',
},
},
mode: env.production ? ENV_PROD : ENV_DEV,
module: {
rules: [
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
{
"name": "Hristo Oskov",
"email": "hristo@openlattice.com"
},
{
"name": "Solomon Tang",
"email": "solomon@openlattice.com"
}
],
"repository": {
Expand Down

0 comments on commit 3bcaea7

Please sign in to comment.