mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature: cloudcmd: path-browserify v1.0.1
This commit is contained in:
parent
8592cedce0
commit
121b114e89
2 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,6 @@ export default {
|
|||
'watch:test:server': async () => `nodemon -w client -w test/client -x ${await run('test:server')}`,
|
||||
'watch:coverage': async () => [testEnv, `nodemon -w server -w test -w common -x ${await cutEnv('coverage')}`],
|
||||
'build': async () => run('6to5:*'),
|
||||
'postbuild': () => 'node .webpack/cp.mjs',
|
||||
'build:dev': async () => run('build:client:dev'),
|
||||
'build:client': () => run('6to5:client'),
|
||||
'build:client:dev': () => run('6to5:client:dev'),
|
||||
|
|
|
|||
|
|
@ -117,7 +117,6 @@
|
|||
"markdown-it": "^14.0.0",
|
||||
"mellow": "^3.0.0",
|
||||
"mime-types": "^3.0.1",
|
||||
"mini-css-extract-plugin": "^2.9.2",
|
||||
"montag": "^1.2.1",
|
||||
"nano-memoize": "^3.0.16",
|
||||
"nomine": "^4.0.0",
|
||||
|
|
@ -187,12 +186,14 @@
|
|||
"load.js": "^3.0.0",
|
||||
"madrun": "^11.0.0",
|
||||
"memfs": "^4.2.0",
|
||||
"mini-css-extract-plugin": "^2.9.2",
|
||||
"minor": "^1.2.2",
|
||||
"mock-require": "^3.0.1",
|
||||
"morgan": "^1.6.1",
|
||||
"multi-rename": "^2.0.0",
|
||||
"nodemon": "^3.0.1",
|
||||
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
||||
"path-browserify": "^1.0.1",
|
||||
"philip": "^3.0.0",
|
||||
"place": "^1.1.4",
|
||||
"postcss": "^8.5.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue