Skip to content

Commit

Permalink
add emotion to externals
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmarks committed Jun 19, 2019
1 parent ff6358e commit a16d8de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ module.exports = {
externals: {
react: 'react',
'react-dom': 'react-dom',
'@emotion/core': '@emotion/core',
'prop-types': 'prop-types',
},
devtool: 'cheap-module-eval-source-map',
Expand Down
1 change: 1 addition & 0 deletions webpack.release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ module.exports = {
externals: {
react: 'react',
'react-dom': 'react-dom',
'@emotion/core': '@emotion/core',
'prop-types': 'prop-types',
},
}

0 comments on commit a16d8de

Please sign in to comment.