Fix custom panel include (#1539)

This commit is contained in:
Paulus Schoutsen
2018-08-04 15:15:44 +02:00
committed by GitHub
parent 50f417a7e2
commit a9f29a3151
3 changed files with 3 additions and 1 deletions

View File

@@ -190,6 +190,7 @@ function createConfig(isProdBuild, latestBuild) {
compatibility: assets.chunks.compatibility.entry,
appjs: assets.chunks.app.entry,
corejs: assets.chunks.core.entry,
customPanelJS: assets.chunks['custom-panel'].entry,
}),
filename: `index.html`,
}),