You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,12 @@ content will be shown after loading
33
33
34
34
For examples see [`dev/`](dev/).
35
35
36
+
#### Module build failed: SyntaxError: 'with' in strict mode
37
+
Currently [buble](https://gitlab.com/Rich-Harris/buble) is injecting `strict` mode in all processed js files. The down to ES5 compiled component contains `with`, which is forbidden in `strict` mode.
38
+
Buble is used, for example, in rollup, which is used in laravel.
39
+
40
+
If you are running in this problem, make sure to exclude this component from processing with buble.
41
+
36
42
#### Webpack
37
43
If your assets are organized by webpack, this should work:
0 commit comments