Skip to content

Commit 451659a

Browse files
committed
fix: reload Rstack config without module cache
1 parent 39c5335 commit 451659a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/rstack/src/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ export const loadRstackConfig = async (): Promise<Configs> => {
109109
await loadConfig({
110110
loader: 'native',
111111
exportName: false,
112+
fresh: true,
112113
...(state.configPath !== undefined
113114
? { path: state.configPath }
114115
: {

0 commit comments

Comments
 (0)