Skip to content

Commit a6a8c15

Browse files
authored
fix: Fix vite build race condition (#503)
1 parent e9ad8d8 commit a6a8c15

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const dev = process.env.NODE_ENV !== 'production';
22

3-
export default {
3+
module.exports = {
44
parserOpts: {
55
plugins: ['typescript', 'jsx']
66
},

apps/vite-app/postcss.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import babelConfig from './babel.config.js';
1+
import babelConfig from './babel.config.cjs';
22

33
export default {
44
plugins: {

0 commit comments

Comments
 (0)