Skip to content

Commit 6ab2e0a

Browse files
committed
chore: update config
1 parent 91d5384 commit 6ab2e0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

microapp/config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ const config = {
44
type: '', // types 类型
55
};
66

7-
if (process.env.NODE_ENV === 'test') {
8-
config.plugins = [
9-
'@micro-app/plugin-deploy', // test
10-
];
7+
config.plugins = [
8+
'@micro-app/plugin-deploy', // test
9+
];
1110

11+
if (process.env.NODE_ENV === 'test') {
1212
Object.assign(config, {
1313
entry: {
1414
main: './client/main.js',

0 commit comments

Comments
 (0)