Skip to content
Snippets Groups Projects
Unverified Commit e89c97af authored by Sameer Al-Sakran's avatar Sameer Al-Sakran Committed by GitHub
Browse files

Merge pull request #8026 from metabase/fix_automated_builds

remove trailing commas
parents fdc628d7 af1dc09a
Branches
Tags
No related merge requests found
......@@ -229,7 +229,7 @@ if (NODE_ENV === "hot") {
config.plugins.unshift(
new webpack.NoEmitOnErrorsPlugin(),
new webpack.NamedModulesPlugin(),
new webpack.HotModuleReplacementPlugin(),
new webpack.HotModuleReplacementPlugin()
);
}
......@@ -264,7 +264,7 @@ if (NODE_ENV !== "production") {
}),
},
},
}),
})
);
config.devtool = "source-map";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment