mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
Use latest esmock 2.5.0, remove --loader
--loader=esmock is required for Node versions less than v20.6.0.
This commit is contained in:
parent
8793b2e15d
commit
4907f094ea
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
|||
"chai": "^4.3.6",
|
||||
"copy-webpack-plugin": "^11.0.0",
|
||||
"css-loader": "^6.6.0",
|
||||
"esmock": "^2.3.1",
|
||||
"esmock": "^2.5.0",
|
||||
"license-check-and-add": "^4.0.5",
|
||||
"mini-css-extract-plugin": "^2.5.3",
|
||||
"mocha": "^10.1.0",
|
||||
|
@ -45,7 +45,7 @@
|
|||
"scripts": {
|
||||
"start": "node --experimental-fetch ./",
|
||||
"dev": "LOG_LEVEL=debug yarn run watch && yarn run build:static:dev",
|
||||
"test": "yarn run lint && mocha --loader=esmock",
|
||||
"test": "yarn run lint && mocha",
|
||||
"watch": "./node_modules/.bin/nodemon --config nodemon.json ./",
|
||||
"build": "yarn run build:server && yarn run build:static",
|
||||
"build:server": "ncc build ./src/index.js -o dist",
|
||||
|
|
Loading…
Reference in a new issue