Skip to content

Commit 7b1a4e1

Browse files
authored
Use const instead of let for imported library
1 parent d6ef690 commit 7b1a4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
let path = require('path');
3+
const path = require('path');
44

55
module.exports = {
66
entry: {

0 commit comments

Comments
 (0)