Add `removeBuildFolder` option
·
9 commits
to master
since this release
In dev-toolkit.config.js, an option has been added to prevent removing the previous build folder.
module.exports = {
devToolkit: { removeBuildFolder: false },
};