-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update supported browsers * Update gitignore * Update vue-loader and add dev pkgs * Use babel plugin * Update webpack config + measue build time * Revert parallel true config * Remove speed analysis * Remove install husky on prepare * Cleanup vue config * fix: Re-introduce prepare command but prevent running husky install in builds * Try turning parallel option back on after updating vue-loader * fix: Looks like parallel = false is no longer required * Move tailwind deps to dev deps * Remove storybook references * npm install forced
- Loading branch information
1 parent
7fc9a65
commit 85aa581
Showing
10 changed files
with
15,837 additions
and
30,687 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
> 1% | ||
last 2 versions | ||
not dead | ||
defaults | ||
not IE 11 | ||
maintained node versions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ node_modules | |
/tailwind-static | ||
|
||
# local env files | ||
.env | ||
.env.local | ||
.env.*.local | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
module.exports = { | ||
presets: ['@vue/cli-plugin-babel/preset'] | ||
presets: ['@vue/cli-plugin-babel/preset'], | ||
plugins: ['@babel/plugin-proposal-numeric-separator'] | ||
}; |
Oops, something went wrong.
85aa581
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
beta-arbitrum – ./
beta-arbitrum-balancer.vercel.app
beta.arbitrum.balancer.fi
beta-arbitrum-git-develop-balancer.vercel.app
beta-arbitrum.vercel.app
85aa581
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
beta-app – ./
beta-app-balancer.vercel.app
staging-app-tau.vercel.app
beta-app-git-develop-balancer.vercel.app
staging.app.balancer.fi
beta.balancer.fi
85aa581
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
beta-polygon – ./
beta-polygon.vercel.app
beta-polygon-git-develop-balancer.vercel.app
beta.polygon.balancer.fi
beta-polygon-balancer.vercel.app
85aa581
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
beta-kovan – ./
beta-kovan-git-develop-balancer.vercel.app
staging.kovan.app.balancer.fi
staging-kovan-app.vercel.app
beta.kovan.balancer.fi
beta-kovan-balancer.vercel.app