mirror of
https://github.com/symfony/recipes.git
synced 2026-09-21 20:16:37 +03:00
switching var to const to be more modern
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
var Encore = require('@symfony/webpack-encore');
|
const Encore = require('@symfony/webpack-encore');
|
||||||
|
|
||||||
// Manually configure the runtime environment if not already configured yet by the "encore" command.
|
// Manually configure the runtime environment if not already configured yet by the "encore" command.
|
||||||
// It's useful when you use tools that rely on webpack.config.js file.
|
// It's useful when you use tools that rely on webpack.config.js file.
|
||||||
|
|||||||
Reference in New Issue
Block a user