mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-03-28 17:42:40 +01:00
#553 - Dynamic settings update
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
const path = require('path');
|
||||
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
|
||||
const IgnoreDynamicRequire = require('webpack-ignore-dynamic-require');
|
||||
|
||||
const config = [
|
||||
{
|
||||
@@ -56,7 +57,9 @@ const config = [
|
||||
}
|
||||
}
|
||||
},
|
||||
plugins: []
|
||||
plugins: [
|
||||
new IgnoreDynamicRequire()
|
||||
]
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user