Commit 4b64373 1 parent 436c5a1 commit 4b64373 Copy full SHA for 4b64373
File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 10
10
}
11
11
body
12
12
#root
13
- script( src ='chrome-extension://lmhkpmbekcpmknklioeibfkpmmfibljd/js/inject.bundle.js' )
13
+ if env !== ' prod'
14
+ script( src ='chrome-extension://lmhkpmbekcpmknklioeibfkpmmfibljd/js/inject.bundle.js' )
14
15
script( src =env == 'prod' ? ' /js /todoapp.bundle.js' : 'https: //localhost:3000 /js /todoapp.bundle.js' )
Original file line number Diff line number Diff line change 9
9
10
10
body
11
11
#root
12
- script( src ='chrome-extension://lmhkpmbekcpmknklioeibfkpmmfibljd/js/inject.bundle.js' )
12
+ if env !== ' prod'
13
+ script( src ='chrome-extension://lmhkpmbekcpmknklioeibfkpmmfibljd/js/inject.bundle.js' )
13
14
script( src =env == 'prod' ? ' /js /todoapp.bundle.js' : 'https: //localhost:3000 /js /todoapp.bundle.js' )
Original file line number Diff line number Diff line change 6
6
title Redux TodoMVC Example (Window)
7
7
body
8
8
#root
9
- script( src ='chrome-extension://lmhkpmbekcpmknklioeibfkpmmfibljd/js/inject.bundle.js' )
9
+ if env !== ' prod'
10
+ script( src ='chrome-extension://lmhkpmbekcpmknklioeibfkpmmfibljd/js/inject.bundle.js' )
10
11
script( src =env == 'prod' ? ' /js /todoapp.bundle.js' : 'https: //localhost:3000 /js /todoapp.bundle.js' )
You can’t perform that action at this time.
0 commit comments