You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by an...@apache.org on 2017/08/25 03:48:27 UTC

ignite git commit: IGNITE-5200 Web Console: Don't cache generated chunks in production.

Repository: ignite
Updated Branches:
  refs/heads/master 24306badd -> e1eb1b97f


IGNITE-5200 Web Console: Don't cache generated chunks in production.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e1eb1b97
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e1eb1b97
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e1eb1b97

Branch: refs/heads/master
Commit: e1eb1b97f541f944492f4860d33ad7899aafef87
Parents: 24306ba
Author: Andrey Novikov <an...@gridgain.com>
Authored: Fri Aug 25 10:48:15 2017 +0700
Committer: Andrey Novikov <an...@gridgain.com>
Committed: Fri Aug 25 10:48:15 2017 +0700

----------------------------------------------------------------------
 modules/web-console/frontend/webpack/webpack.common.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/e1eb1b97/modules/web-console/frontend/webpack/webpack.common.js
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/webpack/webpack.common.js b/modules/web-console/frontend/webpack/webpack.common.js
index 5a3763e..48e1e9b 100644
--- a/modules/web-console/frontend/webpack/webpack.common.js
+++ b/modules/web-console/frontend/webpack/webpack.common.js
@@ -37,7 +37,6 @@ const app = path.resolve('app');
 const IgniteModules = process.env.IGNITE_MODULES ? path.join(process.env.IGNITE_MODULES, 'frontend') : path.resolve('ignite_modules');
 
 export default {
-    cache: true,
     node: {
         fs: 'empty'
     },