8000 Disabled caching for now. · sebastian-software/edgestack@c0ef0cc · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 15, 2017. It is now read-only.

Commit c0ef0cc

Browse files
committed
Disabled caching for now.
1 parent 6bbaa49 commit c0ef0cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/webpack/ConfigFactory.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import esModules from "./Modules"
2828

2929
const builtInSet = new Set(builtinModules)
3030

31-
const enableHardSource = !process.env.DISABLE_HARDSOURCE
31+
const enableHardSource = false //!process.env.DISABLE_HARDSOURCE
3232

3333

3434
// - "intl" is included in one block with complete data. No reason for bundle everything here.
@@ -237,7 +237,7 @@ function getJsLoader({ isNode, isWeb, isProd, isDev, root })
237237
options: merge(
238238
{
239239
// Enable caching for babel transpiles
240-
cacheDirectory: true,
240+
// cacheDirectory: true,
241241

242242
env:
243243
{

0 commit comments

Comments
 (0)
0