mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Ensure packages from libraries are processed with babel-loader (#10703)
* Allow webpack to resolve symlinks * Rename library files to .cjs GitOrigin-RevId: 0eab18604132104b1c5c92a5e6ed21713006a5a8
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "@overleaf/ranges-tracker",
|
||||
"description": "Shared logic for syncing comments and tracked changes with operational transforms",
|
||||
"main": "index.js",
|
||||
"main": "index.cjs",
|
||||
"files": [
|
||||
"index.js"
|
||||
"index.cjs"
|
||||
],
|
||||
"author": "Overleaf (https://www.overleaf.com)",
|
||||
"private": true,
|
||||
|
||||
Reference in New Issue
Block a user