Skip to content

Commit

Permalink
Compile standalone demo
Browse files Browse the repository at this point in the history
  • Loading branch information
moroshko committed Jun 9, 2017
1 parent 50d9700 commit 143fd4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demo/standalone/compiled.app.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
/************************************************************************/
/******/ ([
/* 0 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

module.exports = __webpack_require__(1);


/***/ },
/***/ }),
/* 1 */
/***/ function(module, exports) {
/***/ (function(module, exports) {

'use strict';

Expand Down Expand Up @@ -125,5 +125,5 @@

ReactDOM.render(React.createElement(App, null), document.getElementById('app')); // eslint-disable-line no-undef

/***/ }
/***/ })
/******/ ]);

0 comments on commit 143fd4c

Please sign in to comment.