Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bc19095869 | |||
| 970a9bcbf8 | |||
| e03deffb2d | |||
| a15810c195 |
6295
package-lock.json
generated
6295
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartparcel",
|
"name": "@pushrocks/smartparcel",
|
||||||
"version": "1.0.11",
|
"version": "1.0.13",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "a wrapper for parcel",
|
"description": "a wrapper for parcel",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
@@ -20,8 +20,9 @@
|
|||||||
"tslint-config-prettier": "^1.15.0"
|
"tslint-config-prettier": "^1.15.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pushrocks/smartpath": "^4.0.3",
|
"@parcel/config-default": "^2.3.2",
|
||||||
"@parcel/core": "^2.3.2"
|
"@parcel/core": "^2.3.2",
|
||||||
|
"@pushrocks/smartpath": "^4.0.3"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"ts/**/*",
|
"ts/**/*",
|
||||||
|
|||||||
@@ -26,7 +26,8 @@ export class Parcel {
|
|||||||
},
|
},
|
||||||
serveOptions: {
|
serveOptions: {
|
||||||
port: 3002
|
port: 3002
|
||||||
}
|
},
|
||||||
|
shouldAutoInstall: true
|
||||||
};
|
};
|
||||||
public entryFiles: string | string[] = plugins.path.join(process.cwd(), './html/index.html');
|
public entryFiles: string | string[] = plugins.path.join(process.cwd(), './html/index.html');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user