diff --git a/package.json b/package.json index 5f7be702..5ae13de3 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "bootstrap": "3.3.6", "react-router": "2.0.1", - "paraviewweb": "1.5.4", + "paraviewweb": "1.6.0", "simput": "1.2.0", "pvw-visualizer": "1.0.11", diff --git a/webpack.config.js b/webpack.config.js index f211662a..f278c996 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -7,7 +7,7 @@ function nodeEnv() { if (process.env.NODE_ENV) { return '\'' + process.env.NODE_ENV + '\''; } - return 'development'; + return '\'development\''; } var definePlugin = new webpack.DefinePlugin({