We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d5fe5e commit ef95131Copy full SHA for ef95131
src/js/cms.js
@@ -77,3 +77,4 @@ CMS.registerEditorComponent({
77
});
78
79
CMS.init();
80
+
webpack.common.js
@@ -115,6 +115,7 @@ module.exports = {
115
filename: "admin/index.html",
116
template: "src/cms.html",
117
inject: true,
118
+ chunks: ["cms"],
119
}),
120
121
new MiniCssExtractPlugin({
0 commit comments