We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf2ee4 commit 649ccadCopy full SHA for 649ccad
template/plugins/compile-js/plugin.js
@@ -81,8 +81,6 @@ module.exports = {
81
console.log('♻️ Replacing source...');
82
execSync('rm -rf src', { stdio: 'pipe' });
83
execSync('cp -R js/src ./src', { stdio: 'pipe' });
84
- execSync('rm -rf __mocks__', { stdio: 'pipe' });
85
- execSync('cp -R js/__mocks__ ./__mocks__', { stdio: 'pipe' });
86
execSync('rm -rf js', { stdio: 'pipe' });
87
} catch {
88
console.error(
0 commit comments