We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9e2f3 commit 0c980f4Copy full SHA for 0c980f4
1 file changed
packages/ink-web/src/build.ts
@@ -23,7 +23,9 @@ compiler.use(plugin());
23
//use cache
24
compiler.use(cache({
25
environment: 'production',
26
- buildPath: path.join(docs, 'build')
+ serverPath: path.join(docs, 'build', 'server'),
27
+ clientPath: path.join(docs, 'build', 'client'),
28
+ manifestPath: path.join(docs, 'build', 'manifest.json')
29
}));
30
31
//on post markup build, cache (dev and live)
0 commit comments