Commit 46464e5f authored by Winnie Hellmann's avatar Winnie Hellmann Committed by Tim Zallmann

Make webpack fail for missing exports

parent c8859444
......@@ -141,6 +141,7 @@ var config = {
],
noParse: [/monaco-editor\/\w+\/vs\//],
strictExportPresence: true,
},
plugins: [
......
/* eslint-disable quote-props, indent, comma-dangle */
const metricsGroupsAPIResponse = {
export const mockApiEndpoint = `${gl.TEST_HOST}/monitoring/mock`;
export const metricsGroupsAPIResponse = {
'success': true,
'data': [
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment