Skip to content
Snippets Groups Projects

Webpack development build

Merged Julian requested to merge webpack-development-build into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -31,4 +31,5 @@ class Command(BaseYarnCommand):
# Run webpack
config_path = os.path.join(settings.BASE_DIR, "aleksis", "core", "webpack.config.js")
shutil.copy(config_path, settings.NODE_MODULES_ROOT)
yarn_adapter.call_yarn(["run", "webpack"])
mode = "development" if settings.DEBUG else "production"
yarn_adapter.call_yarn(["run", "webpack", f"--mode={mode}"])
Loading