Skip to content

Commit 1a5998d

Browse files
author
Dónal Murtagh
committed
1 parent 0de8649 commit 1a5998d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const plugins = [
1919
minimize: true
2020
})
2121
];
22-
let library = 'JSONSchemaFormCore';
22+
const library = 'JSONSchemaFormCore';
2323

2424
module.exports = {
2525
entry: {

0 commit comments

Comments
 (0)