Skip to content
Snippets Groups Projects
Commit 9404c72d authored by Paolo.Brasolin's avatar Paolo.Brasolin
Browse files

chore: #fe bump parcel major

parent 8b04659e
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,5 @@
# Useful .gitignore templates: https://github.com/github/gitignore
node_modules
dist
.cache
.parcel-cache
yarn.lock
This diff is collapsed.
......@@ -24,6 +24,7 @@
"simple-keyboard": "^3.4.68"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.4.1",
"@types/jest": "^27.0.3",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
......@@ -33,7 +34,7 @@
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.4.2",
"node-notifier": "^10.0.1",
"parcel-bundler": "^1.12.4",
"parcel": "^2.4.1",
"parcel-plugin-static-files-copy": "^2.6.0",
"prettier": "^2.5.1",
"sass": "^1.49.9",
......@@ -51,5 +52,5 @@
"staticPath": "public",
"watcherGlob": "**"
},
"browserslist": "last 2 Chrome versions"
"browserslist": "> 0.5%, last 2 versions, not dead"
}
......@@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/main.scss" rel="stylesheet">
<script src="js/main.ts" charset="utf-8"></script>
<script type="module" src="js/main.ts"></script>
<title>Ötzi App</title>
</head>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment