5 lines
176 B
TypeScript
5 lines
176 B
TypeScript
|
import { defaultConfig } from '../components/theme/internal';
|
||
|
|
||
|
// Not use dynamic hashed for test env since version will change hash dynamically.
|
||
|
defaultConfig.hashed = false;
|