hastic-zzz / hastic-server

Hastic data management server for analyzing patterns and anomalies from Grafana
GNU General Public License v3.0
330 stars 23 forks source link

Fix node 6 build #788

Closed rozetko closed 5 years ago

rozetko commented 5 years ago

node dist/server fails with SyntaxError: Unexpected token function when node 6.x is used.

The reason is that babel-loader is not used. babel-loader is not used because of wrong modules syntax in webpack config.

Changes