Skip to content

Commit 0c980f4

Browse files
committed
granular cache options
1 parent ab9e2f3 commit 0c980f4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/ink-web/src/build.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ compiler.use(plugin());
2323
//use cache
2424
compiler.use(cache({
2525
environment: 'production',
26-
buildPath: path.join(docs, 'build')
26+
serverPath: path.join(docs, 'build', 'server'),
27+
clientPath: path.join(docs, 'build', 'client'),
28+
manifestPath: path.join(docs, 'build', 'manifest.json')
2729
}));
2830

2931
//on post markup build, cache (dev and live)

0 commit comments

Comments
 (0)