Skip to content

Commit

Permalink
Upgrade: Upgrade to parcel 2
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther committed May 20, 2022
1 parent 4a012c8 commit 40c7352
Show file tree
Hide file tree
Showing 3 changed files with 2,663 additions and 6,763 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.cache
.parcel-cache
/node_modules
/Resources/Public/Javascript/
/Resources/Private/LoginAsUserMenu/node_modules
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"test": "echo \"Error: no test specified\" && exit 0",
"semantic-release": "semantic-release",
"commit": "git-cz",
"build": "parcel build Resources/Private/Javascript/Main.js --out-dir Resources/Public/Javascript/",
"watch": "parcel watch Resources/Private/Javascript/Main.js --out-dir Resources/Public/Javascript/"
"build": "parcel build Resources/Private/Javascript/Main.js --dist-dir Resources/Public/Javascript/",
"watch": "parcel watch Resources/Private/Javascript/Main.js --dist-dir Resources/Public/Javascript/"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
Expand All @@ -22,10 +22,11 @@
"commitizen": "^4.1.2",
"conventional-changelog-eslint": "^3.0.8",
"cz-adapter-eslint": "^0.3.0",
"parcel-bundler": "^1.12.4",
"parcel": "^2.5.0",
"prettier": "^2.2.1",
"semantic-release": "^17.0.8"
},
"browserslist": "> 0.25%, not dead",
"config": {
"commitizen": {
"path": "./node_modules/cz-adapter-eslint"
Expand Down
Loading

0 comments on commit 40c7352

Please sign in to comment.