File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ var store_1 = require('./store');
7
7
var subscriptions_1 = require ( './subscriptions' ) ;
8
8
var core_coderoad_1 = require ( 'core-coderoad' ) ;
9
9
var injectTapEventPlugin = require ( 'react-tap-event-plugin' ) ;
10
+ process . env . NODE_ENV = 'production' ;
10
11
var Main = ( function ( ) {
11
12
function Main ( ) {
12
13
injectTapEventPlugin ( ) ;
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ import Subscriptions from './subscriptions';
9
9
import { loadPolyfills , render } from 'core-coderoad' ;
10
10
import * as injectTapEventPlugin from 'react-tap-event-plugin' ;
11
11
12
+ process . env . NODE_ENV = 'production' ;
13
+
12
14
class Main {
13
15
private side : HTMLElement ;
14
16
private statusBarTile : StatusBar . IStatusBarView ;
You can’t perform that action at this time.
0 commit comments