Skip to content
Snippets Groups Projects
Commit 46464e5f authored by Winnie Hellmann's avatar Winnie Hellmann Committed by Tim Zallmann
Browse files

Make webpack fail for missing exports

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