File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ module.exports = {
2121 // Other rules...
2222 plugins: [
2323 new NodePolyfillPlugin (),
24- ]
24+ ],
2525};
2626```
2727
@@ -35,8 +35,8 @@ module.exports = {
3535 plugins: [
3636 new NodePolyfillPlugin ({
3737 additionalAliases: [' process' , ' punycode' ],
38- })
39- ]
38+ }),
39+ ],
4040};
4141```
4242
@@ -64,8 +64,8 @@ module.exports = {
6464 plugins: [
6565 new NodePolyfillPlugin ({
6666 excludeAliases: [' console' ],
67- })
68- ]
67+ }),
68+ ],
6969};
7070```
7171
@@ -81,8 +81,8 @@ module.exports = {
8181 plugins: [
8282 new NodePolyfillPlugin ({
8383 additionalAliases: [' console' ],
84- })
85- ]
84+ }),
85+ ],
8686};
8787```
8888
@@ -98,8 +98,8 @@ module.exports = {
9898 plugins: [
9999 new NodePolyfillPlugin ({
100100 onlyAliases: [' console' ],
101- })
102- ]
101+ }),
102+ ],
103103};
104104```
105105
You can’t perform that action at this time.
0 commit comments