grafana / kentik-app

3 stars 12 forks source link

Redundant bundles building #66

Open rozetko opened 5 years ago

rozetko commented 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

jonyrock commented 5 years ago

Also there is no need to build dist/config/module.js because it is should be exported in dist/module.ts