Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.

Commit ad39267

Browse files
committed
Fix: add externals to webpack test config
1 parent 859c864 commit ad39267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/webpack/webpack.test.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
externals: {
1717
'react/addons': true,
1818
'react/lib/ExecutionEnvironment': true,
19-
'react/lib/ReactContext': true
19+
'react/lib/ReactContext': true,
2020
},
2121
module: {
2222
loaders: [

0 commit comments

Comments
 (0)