We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769db3b commit 974998bCopy full SHA for 974998b
webpack.config.js
@@ -8,7 +8,7 @@ const config = {}
8
const process = [
9
{
10
...config,
11
- name: "all",
+ name: 'all',
12
entry: {
13
patterns: './src'
14
},
@@ -20,7 +20,7 @@ const process = [
20
21
22
23
- name: "unity",
+ name: 'unity',
24
25
middleware: './src/pattern/middleware',
26
pipeline: './src/pattern/pipeline',
@@ -60,4 +60,4 @@ module.exports = [
60
port: 9000
61
}
62
63
-]
+]
0 commit comments