Skip to content

Commit

Permalink
#410 setup of Javascript build infrastructure based on Webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Buhtoyarov committed Dec 20, 2023
1 parent bf1fb26 commit 5e3be33
Show file tree
Hide file tree
Showing 7 changed files with 12,348 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@
.classpath
.project

# vscode
.vscode

# Dotenv
.env

# Build outputs
target/
reports/
.flattened-pom.xml
/js/node_modules/
/js/dist
Loading

0 comments on commit 5e3be33

Please sign in to comment.