Skip to content

Commit d23084b

Browse files
authored
Merge pull request #2459 from appirio-tech/dev
Connect 2.4.5 - Polished Connect-V3 Project Plan Section
2 parents 705366e + ebefcc8 commit d23084b

File tree

76 files changed

+7307
-9246
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+7307
-9246
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#### For folks working on this code base, we're organizing coding style and general guidelines [here](https://github.com/appirio-tech/connect-app/wiki/Community-Work-Read-Me-First!).
1+
#### For folks working on this code base, we're organizing coding style and general guidelines [here](https://github.com/appirio-tech/connect-app/wiki/Community-Work-Read-Me-First!).
22

33
# TC Deployment Notes
44
_[TC Deployment Notes should always be kept up to date **on the default branch**. Update these notes when changes to this information occur]_

config/webpack/development.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ combinedConfig.module.rules.forEach(rule => {
6464
Enable source maps.
6565
This also let us see original file names in browser console.
6666
*/
67-
combinedConfig.devtool = 'eval'
67+
combinedConfig.devtool = 'cheap-module-eval-source-map'
6868

6969
module.exports = combinedConfig

0 commit comments

Comments
 (0)