1.4.4
WIN 10 / CHROME
2.4.4
cant be reproduced on fiddles
To build
Not building : Unexpected token: operator (>) [./node_modules/element-ui/src/mixins/emitter.js:2,0][\js\app.js:84441,32]
Issues without a reproduction link will be closed directly. A reproduction link can be a GitHub repo.
Did anyone find a solution to this? I would love to find out.
@ryan-kite
For what i remember you should not import single components to your files.. You have to import the whole library
{
test: /.js$/,
loader: 'babel-loader',
include: [ resolve('src'),
resolve('node_modules/iview/src/'), resolve('test')]
}