chore: update aegir to the latest version (#1186)

Removes boilerplate config that is no longer necessary
This commit is contained in:
Alex Potsides
2022-04-09 09:26:25 +01:00
committed by GitHub
parent 64bfcee509
commit c64a586a20
65 changed files with 364 additions and 2284 deletions

View File

@ -3,9 +3,6 @@
"version": "0.0.1",
"private": true,
"type": "module",
"browserslist": [
"last 2 Chrome versions"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "vite"

View File

@ -0,0 +1,5 @@
export default {
build: {
target: 'es2020'
}
}