Skip to content

Commit eb03779

Browse files
committed
add emotion to externals
1 parent 59b9da7 commit eb03779

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dist/snacks.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ module.exports = {
4545
externals: {
4646
react: 'react',
4747
'react-dom': 'react-dom',
48+
'@emotion/core': '@emotion/core',
4849
'prop-types': 'prop-types',
4950
},
5051
devtool: 'cheap-module-eval-source-map',

webpack.release.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ module.exports = {
5454
externals: {
5555
react: 'react',
5656
'react-dom': 'react-dom',
57+
'@emotion/core': '@emotion/core',
5758
'prop-types': 'prop-types',
5859
},
5960
}

0 commit comments

Comments
 (0)