diff options
Diffstat (limited to 'lua/mason-registry/firefox-debug-adapter/patches.lua')
| -rw-r--r-- | lua/mason-registry/firefox-debug-adapter/patches.lua | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/lua/mason-registry/firefox-debug-adapter/patches.lua b/lua/mason-registry/firefox-debug-adapter/patches.lua deleted file mode 100644 index 09896fdf..00000000 --- a/lua/mason-registry/firefox-debug-adapter/patches.lua +++ /dev/null @@ -1,32 +0,0 @@ -local fix_macos_build = [=====[ ---- a/webpack.config.js -+++ b/webpack.config.js -@@ -1,6 +1,14 @@ - const path = require('path'); - const CopyPlugin = require('copy-webpack-plugin'); - -+const externals = { -+ vscode: 'commonjs vscode', -+}; -+ -+if (process.platform === "darwin") { -+ externals["fsevents"] = 'commonjs fsevents'; -+} -+ - module.exports = { - context: path.resolve(__dirname, 'src'), - entry: { -@@ -19,9 +27,7 @@ module.exports = { - } - ] - }, -- externals: { -- vscode: 'commonjs vscode' -- }, -+ externals, - output: { - path: path.resolve(__dirname, 'dist'), - filename: '[name].bundle.js', -]=====] - -return { fix_macos_build } |
