We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f529df4 commit f4cab5dCopy full SHA for f4cab5d
webpack.config.js
@@ -283,6 +283,7 @@ function getWebviewsConfig(mode, env) {
283
excludeAssets: [/.+-styles\.js/],
284
filename: path.join(__dirname, 'dist/webviews/settings.html'),
285
inject: true,
286
+ inlineSource: mode === 'production' ? '.css$' : undefined,
287
cspPlugin: {
288
enabled: true,
289
policy: cspPolicy,
@@ -311,6 +312,7 @@ function getWebviewsConfig(mode, env) {
311
312
313
filename: path.join(__dirname, 'dist/webviews/welcome.html'),
314
315
316
317
318
0 commit comments