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
So, i use webpack and babel-loader with next presets: "env", "react".
An error occurs during the build:
ERROR in ./node_modules/js-xpath/src/parser.js
Module parse failed: Invalid labeled declaration (423:26)
You may need an appropriate loader to handle this file type.
| lstack.length = lstack.length - n;
| }
| _token_stack: var lex = function lex() {
| var token;
| token = lexer.lex() || EOF;
@ ./node_modules/js-xpath/src/main.js 3:13-35