From dfc34ed4c93247024090f1a9e4c78edc0bc990a2 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 2 Mar 2018 13:04:34 +0300 Subject: webpack-serve --- vnext/webpack.config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'vnext/webpack.config.js') diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js index f64e5749..891a3e53 100644 --- a/vnext/webpack.config.js +++ b/vnext/webpack.config.js @@ -1,4 +1,3 @@ -var webpack = require("webpack"); module.exports = { entry: { "vendor": ['react', 'react-dom', 'react-markdown', 'whatwg-fetch'], @@ -16,8 +15,5 @@ module.exports = { 'file-loader?hash=sha512&digest=hex&name=[hash].[ext]' ]} ] - }, - plugins: [ - new webpack.HotModuleReplacementPlugin() - ] + } }; -- cgit v1.2.3