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
I've got a crash, when try to require compiled bemtree in my App:
my-module: require("some/path/my-module")});
^
SyntaxError: Unexpected token -
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:404:25)
at Object.Module._extensions..js (module.js:432:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:311:12)
at Module.require (module.js:366:17)
at require (module.js:385:17)
// my code here
The text was updated successfully, but these errors were encountered:
If I require module with dash, like this:
I've got a crash, when try to require compiled bemtree in my App:
The text was updated successfully, but these errors were encountered: