mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
fix(web): isable swc features and fix build
This commit is contained in:
parent
39f486cd52
commit
e5a4404770
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
||||||
"name": "owncast-web",
|
"name": "owncast-web",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"resolutions": {
|
||||||
|
"babel-preset-current-node-syntax": "1.0.0"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
|
|
Loading…
Reference in a new issue