locationiqdata / superset

Apache Superset is a Data Visualization and Data Exploration Platform
https://superset.apache.org/
Apache License 2.0
0 stars 1 forks source link

Superset frontend build #39

Closed TusharVirk closed 1 year ago

TusharVirk commented 1 year ago

Overview

Up until now, even the production version of LIQ Superset was running npm run dev. Need to make it run npm run build or npm run prod instead.

Will need to add multiple steps for setup:

TusharVirk commented 1 year ago

Keep getting error after 100%:

[webpack-cli] HookWebpackError: Maximum call stack size exceeded

Need to see why this is the case.

Steps to try:

TusharVirk commented 1 year ago

Just change to npm run build-dev for now.