We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd76409 commit 826e3fbCopy full SHA for 826e3fb
lib/index.js
@@ -7,6 +7,7 @@ var store_1 = require('./store');
7
var subscriptions_1 = require('./subscriptions');
8
var core_coderoad_1 = require('core-coderoad');
9
var injectTapEventPlugin = require('react-tap-event-plugin');
10
+process.env.NODE_ENV = 'production';
11
var Main = (function () {
12
function Main() {
13
injectTapEventPlugin();
src/index.ts
@@ -9,6 +9,8 @@ import Subscriptions from './subscriptions';
import {loadPolyfills, render} from 'core-coderoad';
import * as injectTapEventPlugin from 'react-tap-event-plugin';
+
14
class Main {
15
private side: HTMLElement;
16
private statusBarTile: StatusBar.IStatusBarView;
0 commit comments