Open rozetko opened 5 years ago
We should make webpack config more exact For example, components/device_list is imported here: https://github.com/grafana/kentik-app/blob/fd9db414dcc719f6e0e6856690479fcb18c428db/src/module.ts#L5 But it also gets built separately by webpack: https://github.com/grafana/kentik-app/blob/master/build/webpack.base.conf.js#L25
components/device_list
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
We should make webpack config more exact For example,
components/device_list
is imported here: https://github.com/grafana/kentik-app/blob/fd9db414dcc719f6e0e6856690479fcb18c428db/src/module.ts#L5 But it also gets built separately by webpack: https://github.com/grafana/kentik-app/blob/master/build/webpack.base.conf.js#L25