We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to start server: /Users/vinhlh/my-project/webpack/config.dev.babel.js:1 (function (exports, require, module, __filename, __dirname) { import webpack from 'webpack' ^^^^^^ SyntaxError: Unexpected token import at createScript (vm.js:56:10) at Object.runInThisContext (vm.js:97:10) at Module._compile (module.js:542:28) at Object.Module._extensions..js (module.js:579:10) at Module.load (module.js:487:32) at tryModuleLoad (module.js:446:12) at Function.Module._load (module.js:438:3) at Module.require (module.js:497:17) at require (internal/module.js:20:19) at getResolver (/Users/vinhlh/Library/Application Support/Sublime Text 3/Packages/tern_for_sublime/node_modules/tern/plugin/webpack.js:27:67)
The text was updated successfully, but these errors were encountered:
I believe this has to do with this library not using babel-register:
babel-register
https://www.npmjs.com/package/babel-register
The require hook will bind itself to node's require and automatically compile files on the fly.
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: