Commit fe9bcd48 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'winh-fail-missing-export' into 'master'

Make webpack fail for missing exports

See merge request gitlab-org/gitlab-ce!16005
parents ebe56caf 46464e5f
...@@ -141,6 +141,7 @@ var config = { ...@@ -141,6 +141,7 @@ var config = {
], ],
noParse: [/monaco-editor\/\w+\/vs\//], noParse: [/monaco-editor\/\w+\/vs\//],
strictExportPresence: true,
}, },
plugins: [ plugins: [
......
/* eslint-disable quote-props, indent, comma-dangle */ /* eslint-disable quote-props, indent, comma-dangle */
const metricsGroupsAPIResponse = { export const mockApiEndpoint = `${gl.TEST_HOST}/monitoring/mock`;
export const metricsGroupsAPIResponse = {
'success': true, 'success': true,
'data': [ '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