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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 83bfe6936d..78c4847fda 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -94,7 +94,9 @@ module.exports = [
output: {
filename: '[name].js',
path: path.resolve(__dirname, 'js/dist'),
- iife: false,
+ },
+ optimization: {
+ runtimeChunk: 'single',
},
externals: {
jquery: 'jQuery',