feat: parcel
This commit is contained in:
parent
5be7cd0e73
commit
af124f6ce9
1
.env.development
Normal file
1
.env.development
Normal file
@ -0,0 +1 @@
|
|||||||
|
BASE_URL=http://192.168.31.209
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,4 +2,5 @@
|
|||||||
/.next
|
/.next
|
||||||
src/.umi
|
src/.umi
|
||||||
out
|
out
|
||||||
.webpack
|
.webpack
|
||||||
|
/temp
|
13
package.json
13
package.json
@ -1,6 +1,18 @@
|
|||||||
{
|
{
|
||||||
"name": "web-src",
|
"name": "web-src",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
|
"targets": {
|
||||||
|
"data": {
|
||||||
|
"engines": {
|
||||||
|
"browsers": "Chrome 80"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data_legacy": {
|
||||||
|
"engines": {
|
||||||
|
"browsers": "> 0.5%, last 2 versions, not dead"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "parcel src/index.html",
|
"dev": "parcel src/index.html",
|
||||||
"watch": "parcel watch",
|
"watch": "parcel watch",
|
||||||
@ -15,6 +27,7 @@
|
|||||||
"@parcel/packager-ts": "2.12.0",
|
"@parcel/packager-ts": "2.12.0",
|
||||||
"@parcel/transformer-typescript-tsc": "^2.12.0",
|
"@parcel/transformer-typescript-tsc": "^2.12.0",
|
||||||
"@parcel/transformer-typescript-types": "2.12.0",
|
"@parcel/transformer-typescript-types": "2.12.0",
|
||||||
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
||||||
"daisyui": "^4.12.14",
|
"daisyui": "^4.12.14",
|
||||||
"parcel": "^2.12.0",
|
"parcel": "^2.12.0",
|
||||||
"postcss": "^8.4.47",
|
"postcss": "^8.4.47",
|
||||||
|
Loading…
Reference in New Issue
Block a user