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
client?ecf9:159 ./src/js/options.js 205:13
Module parse failed: Unexpected token (205:13)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| const a = undefined;
| const b = 9999;
alert(a ?? b);
| })
| // ! EXPORT E IMPORT
I think that is the acorn module which must be actualized in order to include the nullish coalescing but I am working on it, I am very new to this. If there is anyone who dealed with that, please, share the solution.
The text was updated successfully, but these errors were encountered:
The exact error is the following
client?ecf9:159 ./src/js/options.js 205:13
Module parse failed: Unexpected token (205:13)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| const a = undefined;
| const b = 9999;
| })
| // ! EXPORT E IMPORT
I think that is the acorn module which must be actualized in order to include the nullish coalescing but I am working on it, I am very new to this. If there is anyone who dealed with that, please, share the solution.
The text was updated successfully, but these errors were encountered: