Skip to content

Commit d5abc28

Browse files
committed
Optimize Encore Init
1 parent 8d8b444 commit d5abc28

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

symfony/webpack-encore-bundle/1.0/assets/.gitignore

Whitespace-only changes.

symfony/webpack-encore-bundle/1.0/assets/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
require('../css/app.css');
1010

1111
// Need jQuery? Install it with "yarn add jquery", then uncomment to require it.
12-
// var $ = require('jquery');
12+
// let $ = require('jquery');
1313

1414
console.log('Hello Webpack Encore! Edit me in assets/js/app.js');

0 commit comments

Comments
 (0)