We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
const
let
1 parent d6ef690 commit 7b1a4e1Copy full SHA for 7b1a4e1
webpack.config.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-let path = require('path');
+const path = require('path');
4
5
module.exports = {
6
entry: {
0 commit comments