diff --git a/frontend/encore/simple-example.rst b/frontend/encore/simple-example.rst index 3cd89e092bf..cbec25be78c 100644 --- a/frontend/encore/simple-example.rst +++ b/frontend/encore/simple-example.rst @@ -43,7 +43,8 @@ of your project. It already holds the basic config you need: .addEntry('app', './assets/app.js') - // ... + // Don't forget to uncomment If you want use following JQuery example code + .autoProvidejQuery() ; // ...