Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
Chore update deps (#56)
Browse files Browse the repository at this point in the history
* Various npm deps
* More node versions for travis.
  • Loading branch information
ryan-roemer committed Jan 11, 2017
1 parent bcc33b8 commit 348e524
Show file tree
Hide file tree
Showing 16 changed files with 77 additions and 55 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -42,3 +42,5 @@ jspm_packages

# mac
.DS_Store

yarn.lock
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,8 @@ language: node_js

node_js:
- "4"
- "5"
- "6"

sudo: false

Expand Down
2 changes: 1 addition & 1 deletion docs/frontend/webpack-tree-shaking.md
Expand Up @@ -66,7 +66,7 @@ module: {
{
test: /\.js$/,
include: [path.join(__dirname, "../src/es6")],
loader: "babel",
loader: "babel-loader",
query: {
presets: [
[
Expand Down
27 changes: 16 additions & 11 deletions examples/frontend/webpack-code-splitting-ensure/dist/js/entry.js
Expand Up @@ -72,6 +72,9 @@
/******/ script.async = true;
/******/ script.timeout = 120000;

/******/ if (__webpack_require__.nc) {
/******/ script.setAttribute("nonce", __webpack_require__.nc);
/******/ }
/******/ script.src = __webpack_require__.p + "" + chunkId + ".js";
/******/ var timeout = setTimeout(onScriptComplete, 120000);
/******/ script.onerror = script.onload = onScriptComplete;
Expand Down Expand Up @@ -99,16 +102,18 @@
/******/ // expose the module cache
/******/ __webpack_require__.c = installedModules;

/******/ // identity function for calling harmory imports with the correct context
/******/ // identity function for calling harmony imports with the correct context
/******/ __webpack_require__.i = function(value) { return value; };

/******/ // define getter function for harmory exports
/******/ // define getter function for harmony exports
/******/ __webpack_require__.d = function(exports, name, getter) {
/******/ Object.defineProperty(exports, name, {
/******/ configurable: false,
/******/ enumerable: true,
/******/ get: getter
/******/ });
/******/ if(!__webpack_require__.o(exports, name)) {
/******/ Object.defineProperty(exports, name, {
/******/ configurable: false,
/******/ enumerable: true,
/******/ get: getter
/******/ });
/******/ }
/******/ };

/******/ // getDefaultExport function for compatibility with non-harmony modules
Expand Down Expand Up @@ -150,12 +155,12 @@
*
* **Note**: `src` is aliased to `examples/frontend/src`.
*/
Promise.all/* nsure */([__webpack_require__.e(2), __webpack_require__.e(0)]).catch(function(err) { __webpack_require__.oe(err); }).then((function (require) {
Promise.all/* nsure */([__webpack_require__.e(2), __webpack_require__.e(0)]).then((function (require) {
__webpack_require__(/*! src/app1 */ 0);
}).bind(null, __webpack_require__));
Promise.all/* nsure */([__webpack_require__.e(1), __webpack_require__.e(0)]).catch(function(err) { __webpack_require__.oe(err); }).then((function (require) {
}).bind(null, __webpack_require__)).catch(__webpack_require__.oe);
Promise.all/* nsure */([__webpack_require__.e(1), __webpack_require__.e(0)]).then((function (require) {
__webpack_require__(/*! src/app2 */ 1);
}).bind(null, __webpack_require__));
}).bind(null, __webpack_require__)).catch(__webpack_require__.oe);


/***/ }
Expand Down
19 changes: 12 additions & 7 deletions examples/frontend/webpack-code-splitting/dist/js/commons.js
Expand Up @@ -77,6 +77,9 @@
/******/ script.async = true;
/******/ script.timeout = 120000;

/******/ if (__webpack_require__.nc) {
/******/ script.setAttribute("nonce", __webpack_require__.nc);
/******/ }
/******/ script.src = __webpack_require__.p + "" + chunkId + ".js";
/******/ var timeout = setTimeout(onScriptComplete, 120000);
/******/ script.onerror = script.onload = onScriptComplete;
Expand Down Expand Up @@ -104,16 +107,18 @@
/******/ // expose the module cache
/******/ __webpack_require__.c = installedModules;

/******/ // identity function for calling harmory imports with the correct context
/******/ // identity function for calling harmony imports with the correct context
/******/ __webpack_require__.i = function(value) { return value; };

/******/ // define getter function for harmory exports
/******/ // define getter function for harmony exports
/******/ __webpack_require__.d = function(exports, name, getter) {
/******/ Object.defineProperty(exports, name, {
/******/ configurable: false,
/******/ enumerable: true,
/******/ get: getter
/******/ });
/******/ if(!__webpack_require__.o(exports, name)) {
/******/ Object.defineProperty(exports, name, {
/******/ configurable: false,
/******/ enumerable: true,
/******/ get: getter
/******/ });
/******/ }
/******/ };

/******/ // getDefaultExport function for compatibility with non-harmony modules
Expand Down
16 changes: 9 additions & 7 deletions examples/frontend/webpack-shared-libs/dist/js/app1.js
Expand Up @@ -33,16 +33,18 @@
/******/ // expose the module cache
/******/ __webpack_require__.c = installedModules;

/******/ // identity function for calling harmory imports with the correct context
/******/ // identity function for calling harmony imports with the correct context
/******/ __webpack_require__.i = function(value) { return value; };

/******/ // define getter function for harmory exports
/******/ // define getter function for harmony exports
/******/ __webpack_require__.d = function(exports, name, getter) {
/******/ Object.defineProperty(exports, name, {
/******/ configurable: false,
/******/ enumerable: true,
/******/ get: getter
/******/ });
/******/ if(!__webpack_require__.o(exports, name)) {
/******/ Object.defineProperty(exports, name, {
/******/ configurable: false,
/******/ enumerable: true,
/******/ get: getter
/******/ });
/******/ }
/******/ };

/******/ // getDefaultExport function for compatibility with non-harmony modules
Expand Down
16 changes: 9 additions & 7 deletions examples/frontend/webpack-shared-libs/dist/js/app2.js
Expand Up @@ -33,16 +33,18 @@
/******/ // expose the module cache
/******/ __webpack_require__.c = installedModules;

/******/ // identity function for calling harmory imports with the correct context
/******/ // identity function for calling harmony imports with the correct context
/******/ __webpack_require__.i = function(value) { return value; };

/******/ // define getter function for harmory exports
/******/ // define getter function for harmony exports
/******/ __webpack_require__.d = function(exports, name, getter) {
/******/ Object.defineProperty(exports, name, {
/******/ configurable: false,
/******/ enumerable: true,
/******/ get: getter
/******/ });
/******/ if(!__webpack_require__.o(exports, name)) {
/******/ Object.defineProperty(exports, name, {
/******/ configurable: false,
/******/ enumerable: true,
/******/ get: getter
/******/ });
/******/ }
/******/ };

/******/ // getDefaultExport function for compatibility with non-harmony modules
Expand Down
16 changes: 9 additions & 7 deletions examples/frontend/webpack-shared-libs/dist/js/lib.js
Expand Up @@ -34,16 +34,18 @@ var lib_3e48f809b016b57221ef =
/******/ // expose the module cache
/******/ __webpack_require__.c = installedModules;

/******/ // identity function for calling harmory imports with the correct context
/******/ // identity function for calling harmony imports with the correct context
/******/ __webpack_require__.i = function(value) { return value; };

/******/ // define getter function for harmory exports
/******/ // define getter function for harmony exports
/******/ __webpack_require__.d = function(exports, name, getter) {
/******/ Object.defineProperty(exports, name, {
/******/ configurable: false,
/******/ enumerable: true,
/******/ get: getter
/******/ });
/******/ if(!__webpack_require__.o(exports, name)) {
/******/ Object.defineProperty(exports, name, {
/******/ configurable: false,
/******/ enumerable: true,
/******/ get: getter
/******/ });
/******/ }
/******/ };

/******/ // getDefaultExport function for compatibility with non-harmony modules
Expand Down
2 changes: 1 addition & 1 deletion examples/frontend/webpack-source-maps/dist/js/app1.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 348e524

Please sign in to comment.