Closed euxn23 closed 2 years ago
I fixed the problem that $SLIDE_PATH defined in webpack.config always will be {baseDir}/slides even if inputDir (-i option) is given.
$SLIDE_PATH
{baseDir}/slides
-i
@euxn23 sorry for the late reply, lgtm, Thanks! I'll release a new version soon
Motivation / Use-Case
I fixed the problem that
$SLIDE_PATH
defined in webpack.config always will be{baseDir}/slides
even if inputDir (-i
option) is given.