Pārlūkot izejas kodu

Embeds css in webview html

main
Eric Amodio pirms 4 gadiem
vecāks
revīzija
f4cab5de51
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. +2
    -0
      webpack.config.js

+ 2
- 0
webpack.config.js Parādīt failu

@ -283,6 +283,7 @@ function getWebviewsConfig(mode, env) {
excludeAssets: [/.+-styles\.js/],
filename: path.join(__dirname, 'dist/webviews/settings.html'),
inject: true,
inlineSource: mode === 'production' ? '.css$' : undefined,
cspPlugin: {
enabled: true,
policy: cspPolicy,
@ -311,6 +312,7 @@ function getWebviewsConfig(mode, env) {
excludeAssets: [/.+-styles\.js/],
filename: path.join(__dirname, 'dist/webviews/welcome.html'),
inject: true,
inlineSource: mode === 'production' ? '.css$' : undefined,
cspPlugin: {
enabled: true,
policy: cspPolicy,

Notiek ielāde…
Atcelt
Saglabāt