Add patch to include babel plugins
This commit is contained in:
parent
16fc54e109
commit
e0b2c50a43
2 changed files with 14 additions and 0 deletions
13
debian/patches/nodejs/0050-add-babel-plugins.patch
vendored
Normal file
13
debian/patches/nodejs/0050-add-babel-plugins.patch
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- a/package.json
|
||||
+++ b/package.json
|
||||
@@ -48,6 +48,10 @@
|
||||
"@_ueberdosis/prosemirror-tables": "^1.1.3",
|
||||
"@apollo/client": "^3.5.10",
|
||||
"@babel/core": "link:/usr/share/nodejs/@babel/core",
|
||||
+ "@babel/plugin-proposal-class-properties": "link:/usr/share/nodejs/@babel/plugin-proposal-class-properties",
|
||||
+ "@babel/plugin-proposal-json-strings": "link:/usr/share/nodejs/@babel/plugin-proposal-json-strings",
|
||||
+ "@babel/plugin-proposal-private-methods": "link:/usr/share/nodejs/@babel/plugin-proposal-private-methods",
|
||||
+ "@babel/plugin-syntax-import-meta": "link:/usr/share/nodejs/@babel/plugin-syntax-import-meta",
|
||||
"@babel/preset-env": "link:/usr/share/nodejs/@babel/preset-env",
|
||||
"@codesandbox/sandpack-client": "^1.2.2",
|
||||
"@gitlab/at.js": "1.5.7",
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -15,6 +15,7 @@ nodejs/0010-set-webpack-root.patch
|
|||
nodejs/0020-remove-dev-dependencies.patch
|
||||
nodejs/0030-use-yarnpkg.patch
|
||||
nodejs/0040-use-packaged-modules.patch
|
||||
nodejs/0050-add-babel-plugins.patch
|
||||
tweaks/0010-source-init-functions.patch
|
||||
tweaks/0020-fix-mail-room-path.patch
|
||||
tweaks/0030-fix-gitlab-yml-path.patch
|
||||
|
|
Loading…
Reference in a new issue