We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b853a commit 9569cfcCopy full SHA for 9569cfc
src/packages/static/production-build.py
@@ -38,7 +38,7 @@ def main():
38
#
39
# TODO -- this is dumb and we must get rid of hardcoding of the base url. But that is another problem for later...
40
NODE_ENV = os.environ.get('NODE_ENV', 'production')
41
- cmd(f"NO_WEBPACK_DISK_CACHE=true NODE_ENV={NODE_ENV} NODE_OPTIONS=--max_old_space_size=8000 webpack --progress --color"
+ cmd(f"NODE_ENV={NODE_ENV} rspack"
42
)
43
app_version()
44
0 commit comments