8000 fix: ConsolidatePlugin- Template engine takes basedir not baseDir (#… · fuse-box/fuse-box@0d3dbc2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 0d3dbc2

Browse files
Kompwunchanged
authored andcommitted
fix: ConsolidatePlugin- Template engine takes basedir not baseDir (#1236)
fix latest pull req
1 parent 89f0308 commit 0d3dbc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/ConsolidatePlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export class ConsolidatePluginClass implements Plugin {
606 6390 0
file.contents = await consolidate[this.engine].render(file.contents, {
6161
cache: false,
6262
filename: 'base',
63-
baseDir: this.baseDir || file.context.homeDir,
63+
basedir: this.baseDir || file.context.homeDir,
6464
includeDir: this.includeDir || file.context.homeDir
6565
});
6666

0 commit comments

Comments
 (0)
0