esnunes / riotjs-loader

riotjs module loader for webpack
MIT License
103 stars 41 forks source link

Syntax error #10

Closed seemsindie closed 8 years ago

seemsindie commented 8 years ago

When i type this code in script tag:

someFunc(e) {
    ...
}

I get the following error:

ERROR in ./src/components/header.tag Module build failed: Error: SyntaxError: unknown: Unexpected token (5:15) at Object.module.exports (/home/ivan/Projects/Personal/nut_web/node_modules/riotjs-loader/index.js:37:11) @ ./src/pages/home.tag 3:0-35

But this is a valid function in es6 i think...

samuelmesq commented 8 years ago

@seemsindie see #11