chore: fix file path (#8391)

* chore: fix file path

* chore: emit only mjs
This commit is contained in:
Parbez
2022-07-29 22:13:57 +05:30
committed by GitHub
parent a3183cfad4
commit d070de6da7
3 changed files with 3 additions and 9 deletions

View File

@@ -1,3 +1,3 @@
import { createUnbuildConfig } from '../../build.config';
export default createUnbuildConfig({ minify: true });
export default createUnbuildConfig({ minify: true, emitCJS: false });