Skip to content
Snippets Groups Projects
Verified Commit dc9874ad authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: commit save point

parent 4b81e497
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file. ...@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
- New URL of the documentation - New URL of the documentation
- Bug fix typeOf (constructor name was recognized wrong) - Bug fix typeOf (constructor name was recognized wrong)
- Removal of the built version of the library - Removal of the built version of the library
- Switching from js to mjs
## [1.31.0] - 2022-02-07 ## [1.31.0] - 2022-02-07
......
...@@ -28,7 +28,7 @@ $(NODE_MODULES_MODIFIED): $(NODE_PACKAGES) ...@@ -28,7 +28,7 @@ $(NODE_MODULES_MODIFIED): $(NODE_PACKAGES)
## Main Develpoment Node Repos ## Main Develpoment Node Repos
NODE_ROOT_DIR ?= $(DEVELOPMENT_PATH) NODE_ROOT_DIR ?= $(DEVELOPMENT_PATH)
NODE_MODULES_DIR ?= $(NODE_ROOT_DIR)node_modules/ NODE_MODULES_DIR ?= $(NODE_ROOT_DIR)node_modules/
NODE_PACKAGE_PATH ?= $(NODE_ROOT_DIR)package.json/ NODE_PACKAGE_PATH ?= $(NODE_ROOT_DIR)package.json
NODE_MODULES_BIN_DIR ?= $(NODE_MODULES_DIR).bin/ NODE_MODULES_BIN_DIR ?= $(NODE_MODULES_DIR).bin/
ESBUILD ?= $(NODE_MODULES_BIN_DIR)esbuild ESBUILD ?= $(NODE_MODULES_BIN_DIR)esbuild
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
"allowUnknownTags": true "allowUnknownTags": true
}, },
"source": { "source": {
"include": "../../application/source/", "include": "application/source/",
"includePattern": "\\.js$", "includePattern": "\\.mjs$",
"excludePattern": "" "excludePattern": ""
}, },
"plugins": [ "plugins": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment