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 12, 2019
1 parent 59b9da7 commit eb03779
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/snacks.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,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 @@ -54,6 +54,7 @@ module.exports = {
externals: {
react: 'react',
'react-dom': 'react-dom',
'@emotion/core': '@emotion/core',
'prop-types': 'prop-types',
},
}

0 comments on commit eb03779

Please sign in to comment.