Add react challenge view with editor

This commit is contained in:
Berkeley Martinez
2016-03-05 21:06:04 -08:00
parent ec16357c83
commit 09ea99e561
31 changed files with 528 additions and 61 deletions

View File

@@ -31,6 +31,9 @@ module.exports = {
}
]
},
externals: {
'codemirror': 'CodeMirror'
},
plugins: [
new webpack.optimize.DedupePlugin(),
new webpack.optimize.OccurenceOrderPlugin(true),