aboutsummaryrefslogtreecommitdiff
path: root/vnext/webpack.config.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-12-20 15:29:25 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:52 +0300
commitf0831b2f9e5276fd6135f451697e4e1a12df44d7 (patch)
treea948c7dafd6b8ea19f2143c80e0b5c383a8aa210 /vnext/webpack.config.js
parentaaa6a3a3e3d6c73139fd44498e034c1460ecfcae (diff)
react-markdown
Diffstat (limited to 'vnext/webpack.config.js')
-rw-r--r--vnext/webpack.config.js2
1 files changed, 1 insertions, 1 deletions
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",