Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jsxc/jsxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2021-03-22 11:24:28 +0300
committersualko <klaus@jsxc.org>2021-03-22 11:24:28 +0300
commit2b934367bdca3ac7039128208ec271637a5e45db (patch)
treec5974f0c4260759d0c08e3f8a83c4ecdf40bf59c /webpack.config.js
parenta3950ac57bcd72f7dd50ed34a0f5ac6b84b90351 (diff)
fix: runtime errors due to webpack upgrade
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js
index a64be0dd..cf47796f 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -163,6 +163,7 @@ let config = {
new webpack.ProvidePlugin({
$: 'jquery',
jQuery: 'jquery',
+ process: 'process/browser',
}),
new MiniCssExtractPlugin({
filename: 'styles/jsxc.bundle.css',