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 f62a939 commit dc49b90Copy full SHA for dc49b90
README.md
@@ -39,6 +39,20 @@ import { startStimulusApp } from '@symfony/stimulus-bridge';
39
export const app = startStimulusApp(require.context('./controllers', true, /\.(j|t)sx?$/));
40
```
41
42
+If you get this error:
43
+
44
+> ./assets/bootstrap.js contains a reference to the file @symfony/autoimport.
45
+> This file can not be found.
46
47
+Remove the following line in the mentioned file: it's not needed anymore:
48
49
+```diff
50
+// assets/bootstrap.js
51
52
+// ...
53
+- import '@symfony/autoimport';
54
+```
55
56
## Run tests
57
58
```sh
0 commit comments