Update app.js

This commit is contained in:
Antoine Makdessi
2019-11-19 14:39:45 +01:00
committed by GitHub
parent f5f76c39b3
commit 5fe4ccf3b1
@@ -5,10 +5,10 @@
* (and its CSS file) in your base layout (base.html.twig).
*/
// any CSS you require will output into a single css file (app.css in this case)
require('../css/app.css');
// any CSS you import will output into a single css file (app.css in this case)
import '../css/app.css';
// Need jQuery? Install it with "yarn add jquery", then uncomment to require it.
// const $ = require('jquery');
// Need jQuery? Install it with "yarn add jquery", then uncomment to import it.
// import $ from 'jquery';
console.log('Hello Webpack Encore! Edit me in assets/js/app.js');