意外的令牌导入使用React Jasmine Babel Webpack

时间:2017-02-17 20:37:39

标签: reactjs testing webpack jasmine

尝试为我的React App编写一些Jasmine测试,并收到此错误:

import HomePage from '../../src/components/home/HomePage';

^^^^^^SyntaxError: Unexpected token import

at Object.exports.runInThisContext (vm.js:76:16)
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 Object.jasmine.executeSpecsInFolder (C:\Users\JasmineTest\node_modules\jasmine-node\lib\jasmine-node\index.js:160:9)
at Object.<anonymous> (C:\Users\JasmineTest\node_modules\jasmine-node\lib\jasmine-node\cli.js:248:9)

使用React,Babel-loader,webpack。 如果我尝试导入组件,或者如果我使用required(&#39;组件&#39;),并且在组件中我使用Import,则只会出错。

0 个答案:

没有答案