mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #19689 from overleaf/jpa-editor-core-cjs
[overleaf-editor-core] remove Node.js stdlib import and tweak babel config GitOrigin-RevId: 2ac13cc17651a3b522606f8df23c7e6915be19a6
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/** @module */
|
||||
'use strict'
|
||||
|
||||
const path = require('path')
|
||||
const path = require('path-browserify')
|
||||
|
||||
/**
|
||||
* Regular expressions for Overleaf v2 taken from
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
"@overleaf/o-error": "*",
|
||||
"check-types": "^5.1.0",
|
||||
"lodash": "^4.17.19",
|
||||
"p-map": "^4.0.0"
|
||||
"p-map": "^4.0.0",
|
||||
"path-browserify": "^1.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user