We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should make webpack config more exact For example, components/device_list is imported here:
components/device_list
kentik-app/src/module.ts
Line 5 in fd9db41
The text was updated successfully, but these errors were encountered:
Also there is no need to build dist/config/module.js because it is should be exported in dist/module.ts
dist/config/module.js
dist/module.ts
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
We should make webpack config more exact
For example,
components/device_list
is imported here:kentik-app/src/module.ts
Line 5 in fd9db41
But it also gets built separately by webpack: https://github.com/grafana/kentik-app/blob/master/build/webpack.base.conf.js#L25
The text was updated successfully, but these errors were encountered: