From f0831b2f9e5276fd6135f451697e4e1a12df44d7 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 20 Dec 2017 15:29:25 +0300 Subject: react-markdown --- vnext/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnext/webpack.config.js') diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js index d86fa182..151b4bd5 100644 --- a/vnext/webpack.config.js +++ b/vnext/webpack.config.js @@ -2,7 +2,7 @@ var webpack = require("webpack"); module.exports = { devtool: 'eval', entry: { - "vendor": ['react', 'react-dom', 'whatwg-fetch'], + "vendor": ['react', 'react-dom', 'react-markdown', 'whatwg-fetch'], "app": [ 'file-loader?name=index.html!./src/views/index.html', __dirname + "/src/app.js", -- cgit v1.2.3