You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2021/02/20 22:01:54 UTC

[incubator-flagon-useralejs] branch test updated: [flagon-userale-32] updates webpackExample main.dist and index.js to accommodate changes to sessionID code

This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a commit to branch test
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git


The following commit(s) were added to refs/heads/test by this push:
     new 906820c  [flagon-userale-32] updates webpackExample main.dist and index.js to accommodate changes to sessionID code
906820c is described below

commit 906820c0e4b0eea0388698602fc0673a62a268bd
Author: poorejc <po...@apache.org>
AuthorDate: Sat Feb 20 16:59:24 2021 -0500

    [flagon-userale-32] updates webpackExample main.dist and index.js to accommodate changes to sessionID code
---
 example/webpackUserAleExample/dist/main.js | 4 ++--
 example/webpackUserAleExample/index.js     | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/example/webpackUserAleExample/dist/main.js b/example/webpackUserAleExample/dist/main.js
index 875118f..8ed98c5 100644
--- a/example/webpackUserAleExample/dist/main.js
+++ b/example/webpackUserAleExample/dist/main.js
@@ -16,7 +16,7 @@
 /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
 
 "use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var flagon_userale__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! flagon-userale */ \"./node_modules/flagon-userale/build/userale-2.1.1.js\");\n/* harmony import */ var flagon_userale__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(flagon_userale__WEBPACK_IMPORTED_MODULE_0__);\n// Licensed to the Apache Software Foundation (ASF) under one or more\n// contributor license agreements.   [...]
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var flagon_userale__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! flagon-userale */ \"./node_modules/flagon-userale/build/userale-2.1.1.js\");\n/* harmony import */ var flagon_userale__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(flagon_userale__WEBPACK_IMPORTED_MODULE_0__);\n// Licensed to the Apache Software Foundation (ASF) under one or more\n// contributor license agreements.   [...]
 
 /***/ }),
 
@@ -26,7 +26,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var flag
   \************************************************************/
 /***/ (function(__unused_webpack_module, exports) {
 
-eval("/**\n * Licensed to the Apache Software Foundation (ASF) under one or more\n * contributor license agreements.  See the NOTICE file distributed with\n * this work for additional information regarding copyright ownership.\n * The ASF licenses this file to You under the Apache License, Version 2.0\n * (the \"License\"); you may not use this file except in compliance with\n * the License.  You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n [...]
+eval("/**\n * Licensed to the Apache Software Foundation (ASF) under one or more\n * contributor license agreements.  See the NOTICE file distributed with\n * this work for additional information regarding copyright ownership.\n * The ASF licenses this file to You under the Apache License, Version 2.0\n * (the \"License\"); you may not use this file except in compliance with\n * the License.  You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n [...]
 
 /***/ })
 
diff --git a/example/webpackUserAleExample/index.js b/example/webpackUserAleExample/index.js
index 6743502..5b312d2 100644
--- a/example/webpackUserAleExample/index.js
+++ b/example/webpackUserAleExample/index.js
@@ -32,7 +32,6 @@ userale.options({
     'url': 'http://localhost:8000/',
     'version': '2.1.1',
     'logDetails': true,
-    'sessionID': 'this one',
     'toolName': 'Apache UserALE.js Example (Custom)'
 });