(CS)Add missing trailing comma
This commit is contained in:
@@ -32,7 +32,7 @@ let webpackConfig = {
|
|||||||
modules: false,
|
modules: false,
|
||||||
reasons: false,
|
reasons: false,
|
||||||
source: false,
|
source: false,
|
||||||
publicPath: false
|
publicPath: false,
|
||||||
},
|
},
|
||||||
module: {
|
module: {
|
||||||
rules: [
|
rules: [
|
||||||
|
|||||||
Reference in New Issue
Block a user