Skip to content

Commit 9569cfc

Browse files
committed
make production build using rspack work
1 parent e1b853a commit 9569cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/static/production-build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def main():
3838
#
3939
# TODO -- this is dumb and we must get rid of hardcoding of the base url. But that is another problem for later...
4040
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"
41+
cmd(f"NODE_ENV={NODE_ENV} rspack"
4242
)
4343
app_version()
4444

0 commit comments

Comments
 (0)