We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de8649 commit 1a5998dCopy full SHA for 1a5998d
webpack.config.js
@@ -19,7 +19,7 @@ const plugins = [
19
minimize: true
20
})
21
];
22
-let library = 'JSONSchemaFormCore';
+const library = 'JSONSchemaFormCore';
23
24
module.exports = {
25
entry: {
0 commit comments