plugins: [
    new webpack.DefinePlugin({
      __IN_DEV__: JSON.stringify(false),
      __ENV__: JSON.stringify('prod'),
      __KEPLERGL_BASE_URL__: JSON.stringify('https://kepler.gl')