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:
Alf Eaton
2023-01-05 10:16:39 +00:00
committed by Copybot
parent afa66aef49
commit aa548b3889
5 changed files with 6 additions and 6 deletions

View File

@@ -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,