Fix example webpack config in documentation

This commit is contained in:
Nathan Leung
2017-04-24 11:45:01 -04:00
committed by Nicolas Gallagher
parent beb907b180
commit ae9a9cde5f

View File

@@ -61,7 +61,7 @@ module.exports = {
new webpack.DefinePlugin({
'process.env.NODE_ENV': JSON.stringify('production')
})
},
],
resolve: {
// Maps the 'react-native' import to 'react-native-web'.