From 465bd8b7c9f6696de6f1f16f274e466570b725e7 Mon Sep 17 00:00:00 2001 From: alokhyland <139326173+alokhyland@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:23:09 +0530 Subject: [PATCH] Revert "WEBUI-1575:- The content of the spreadsheet popup did not load correctly" This reverts commit 2807c6d3e4983cc55eaf0233c20cd1279672f31e. --- addons/nuxeo-spreadsheet/webpack.config.js | 5 ----- package.json | 1 - 2 files changed, 6 deletions(-) diff --git a/addons/nuxeo-spreadsheet/webpack.config.js b/addons/nuxeo-spreadsheet/webpack.config.js index b12b542a71..e9ec5aad6a 100644 --- a/addons/nuxeo-spreadsheet/webpack.config.js +++ b/addons/nuxeo-spreadsheet/webpack.config.js @@ -1,7 +1,6 @@ const { resolve } = require('path'); const { ProvidePlugin } = require('webpack'); const HtmlWebpackPlugin = require('html-webpack-plugin'); -const htmlWebpackInjectAttributesPlugin = require('html-webpack-inject-attributes-plugin'); module.exports = { entry: { @@ -17,9 +16,5 @@ module.exports = { chunks: ['spreadsheet.app'], template: resolve(__dirname, 'app', 'index.html'), }), - /* eslint-disable-next-line new-cap */ - new htmlWebpackInjectAttributesPlugin({ - nonce: 'dummy', - }), ], }; diff --git a/package.json b/package.json index fe87c09f8c..ef94f66456 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,6 @@ "expose-loader": "^1.0.1", "glob": "^7.1.3", "html-loader": "^1.3.2", - "html-webpack-inject-attributes-plugin": "^1.0.6", "html-webpack-plugin": "^5.6.0", "http-server": "^0.11.1", "husky": "^4.2.3",