Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
Upgraded Parcel Bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
floric committed Feb 10, 2019
1 parent 6bd8f48 commit f79abc1
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 2,401 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
- yarn global add greenkeeper-lockfile@1
- yarn global add parcel-bundler
before_script:
- greenkeeper-lockfile-update
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
Expand Down
3 changes: 1 addition & 2 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,12 @@
"@types/react-router": "^4.0.27",
"@types/react-router-dom": "^4.2.6",
"@types/uuid": "^3.4.3",
"babel-core": "^6.26.3",
"babel-minify": "0.4.3",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-react-optimize": "^1.0.1",
"parcel-bundler": "1.9.7",
"parcel-plugin-sw-precache": "^1.0.1",
"parcel-plugin-typescript": "^1.0.0",
"tslint": "^5.2.0",
"tslint-config-prettier": "^1.13.0",
"tslint-react": "^3.6.0",
Expand Down
5 changes: 1 addition & 4 deletions packages/frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,5 @@
"esModuleInterop": true,
"noUnusedLocals": true
},
"exclude": ["node_modules", "build", "scripts", "dist"],
"parcelTsPluginOptions": {
"transpileOnly": false
}
"exclude": ["node_modules", "build", "scripts", "dist"]
}
Loading

0 comments on commit f79abc1

Please sign in to comment.