diff --git a/App.js b/App.js index c0be2cb..91a9d74 100644 --- a/App.js +++ b/App.js @@ -7,8 +7,8 @@ import Board from './components/board/board.component'; import Welcome from './components/welcome/welcome.component'; export const SETTINGS = { - GRID_WIDTH: 6, - GRID_HEIGHT: 5, + GRID_WIDTH: 3, + GRID_HEIGHT: 3, LIVES: 3 }; diff --git a/bundle.js b/bundle.js index c42d1b6..09d1194 100644 --- a/bundle.js +++ b/bundle.js @@ -1,7455 +1,23 @@ -/******/ (function(modules) { // webpackBootstrap -/******/ // The module cache -/******/ var installedModules = {}; - -/******/ // The require function -/******/ function __webpack_require__(moduleId) { - -/******/ // Check if module is in cache -/******/ if(installedModules[moduleId]) -/******/ return installedModules[moduleId].exports; - -/******/ // Create a new module (and put it into the cache) -/******/ var module = installedModules[moduleId] = { -/******/ exports: {}, -/******/ id: moduleId, -/******/ loaded: false -/******/ }; - -/******/ // Execute the module function -/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); - -/******/ // Flag the module as loaded -/******/ module.loaded = true; - -/******/ // Return the exports of the module -/******/ return module.exports; -/******/ } - - -/******/ // expose the modules object (__webpack_modules__) -/******/ __webpack_require__.m = modules; - -/******/ // expose the module cache -/******/ __webpack_require__.c = installedModules; - -/******/ // __webpack_public_path__ -/******/ __webpack_require__.p = ""; - -/******/ // Load entry module and return exports -/******/ return __webpack_require__(0); -/******/ }) -/************************************************************************/ -/******/ ([ -/* 0 */ -/***/ function(module, exports, __webpack_require__) { - - __webpack_require__(1); - module.exports = __webpack_require__(74); - - -/***/ }, -/* 1 */ -/***/ function(module, exports, __webpack_require__) { - - /* WEBPACK VAR INJECTION */(function(__resourceQuery) {var url = __webpack_require__(2); - var SockJS = __webpack_require__(8); - var stripAnsi = __webpack_require__(72); - var scriptElements = document.getElementsByTagName("script"); - var scriptHost = scriptElements[scriptElements.length-1].getAttribute("src").replace(/\/[^\/]+$/, ""); - - // If this bundle is inlined, use the resource query to get the correct url. - // Else, get the url from the - - + + +
- +