Use const instead of let

This commit is contained in:
Matthieu Mota
2018-12-28 09:56:01 +01:00
committed by GitHub
parent d5abc28433
commit 396f53923f
@@ -9,6 +9,6 @@
require('../css/app.css');
// Need jQuery? Install it with "yarn add jquery", then uncomment to require it.
// let $ = require('jquery');
// const $ = require('jquery');
console.log('Hello Webpack Encore! Edit me in assets/js/app.js');