Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nchanged committed Sep 17, 2019
1 parent d2538b3 commit 3bac740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions react-universal/fuse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class Context {

cache: {
enabled: true,
FTL: false,
root: ".cache/browser"
},
watch: {
Expand Down
2 changes: 1 addition & 1 deletion react-universal/src/app/routes/MainRoute.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import * as React from 'react';

export default class MainRoute extends React.Component {
render() {
return <h2>Main Route</h2>;
return <h2>!!!Main Route</h2>;
}
}

0 comments on commit 3bac740

Please sign in to comment.