Skip to content

Commit

Permalink
update brunch
Browse files Browse the repository at this point in the history
  • Loading branch information
kamenitxan committed Sep 12, 2023
1 parent 1e164fa commit d3accbf
Show file tree
Hide file tree
Showing 6 changed files with 7,882 additions and 16,457 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ jakon_config.properties
/modules/frontend/target/
/modules/backend/upload/
/modules/backend/localDeploy/
/modules/backend/static/jakon/
/modules/backend/static/jakon/
/.bsp/sbt.json
10 changes: 9 additions & 1 deletion brunch-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,15 @@ exports.files = {
};

exports.plugins = {
babel: {presets: ['latest']}
babel: {
presets: [
["@babel/preset-env", {
targets: {
browsers: ['last 2 versions']
}
}]
]
}
};

exports.npm = {
Expand Down
4 changes: 4 additions & 0 deletions modules/backend/static/docs/css/docs.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions modules/backend/static/docs/js/docs.js

Large diffs are not rendered by default.

Loading

0 comments on commit d3accbf

Please sign in to comment.