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');
77var subscriptions_1 = require ( './subscriptions' ) ;
88var core_coderoad_1 = require ( 'core-coderoad' ) ;
99var injectTapEventPlugin = require ( 'react-tap-event-plugin' ) ;
10+ process . env . NODE_ENV = 'production' ;
1011var Main = ( function ( ) {
1112 function Main ( ) {
1213 injectTapEventPlugin ( ) ;
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ import Subscriptions from './subscriptions';
99import { loadPolyfills , render } from 'core-coderoad' ;
1010import * as injectTapEventPlugin from 'react-tap-event-plugin' ;
1111
12+ process . env . NODE_ENV = 'production' ;
13+
1214class Main {
1315 private side : HTMLElement ;
1416 private statusBarTile : StatusBar . IStatusBarView ;
You can’t perform that action at this time.
0 commit comments