We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b36f5b commit 3747324Copy full SHA for 3747324
frontend/encore/simple-example.rst
@@ -182,7 +182,7 @@ Great! Use ``import`` to import ``jquery`` and ``greet.js``:
182
// ...
183
184
+ // loads the jquery package from node_modules
185
- + import jquery from 'jquery';
+ + import $ from 'jquery';
186
187
+ // import the function from greet.js (the .js extension is optional)
188
+ // ./ (or ../) means to look for a local file
0 commit comments