Skip to content

Commit 974998b

Browse files
committed
standard fix
1 parent 769db3b commit 974998b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webpack.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const config = {}
88
const process = [
99
{
1010
...config,
11-
name: "all",
11+
name: 'all',
1212
entry: {
1313
patterns: './src'
1414
},
@@ -20,7 +20,7 @@ const process = [
2020
},
2121
{
2222
...config,
23-
name: "unity",
23+
name: 'unity',
2424
entry: {
2525
middleware: './src/pattern/middleware',
2626
pipeline: './src/pattern/pipeline',
@@ -60,4 +60,4 @@ module.exports = [
6060
port: 9000
6161
}
6262
}
63-
]
63+
]

0 commit comments

Comments
 (0)