File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
test/bundlers/parcel-test Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -60,3 +60,4 @@ test/benchmarks/macro/fixtures/*
60
60
.cache
61
61
62
62
test /bundlers /** /bundle.js
63
+ test /bundlers /parcel-test /.parcel-cache
Original file line number Diff line number Diff line change 4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "start" : " node bundle .js" ,
8
- "build" : " parcel build index.js --target node --bundle-node-modules --out-file bundle.js -- no-source-maps --out-dir . "
7
+ "start" : " node index .js" ,
8
+ "build" : " parcel build index.js --no-source-maps"
9
9
},
10
10
"keywords" : [],
11
11
"author" : " " ,
12
12
"license" : " ISC" ,
13
+ "engines" : {
14
+ "node" : " >=12"
15
+ },
13
16
"devDependencies" : {
14
- "parcel-bundler " : " ^1.12.4 "
17
+ "parcel" : " ^2.0.0-beta.1 "
15
18
}
16
19
}
You can’t perform that action at this time.
0 commit comments