chore(webpack): remove script-ext-html-webpack-plugin (#2534)

Co-authored-by: Seve Badajoz <severiano.badajoz@chanzuckerberg.com>
This commit is contained in:
Severiano Badajoz
2022-07-12 13:42:20 -04:00
committed by GitHub
co-authored by Seve Badajoz
parent 8b4c1e418e
commit d753441acc
4 changed files with 5103 additions and 5292 deletions
@@ -2,8 +2,6 @@ const path = require("path");
const fs = require("fs");
const MiniCssExtractPlugin = require("mini-css-extract-plugin");
const ObsoleteWebpackPlugin = require("obsolete-webpack-plugin");
// eslint-disable-next-line @blueprintjs/classes-constants -- incorrect match
const ScriptExtHtmlWebpackPlugin = require("script-ext-html-webpack-plugin");
const src = path.resolve("src");
const nodeModules = path.resolve("node_modules");
@@ -67,8 +65,5 @@ module.exports = {
template: obsoleteHTMLTemplate,
promptOnNonTargetBrowser: false,
}),
new ScriptExtHtmlWebpackPlugin({
async: "obsolete",
}),
],
};