Skip to content
New issue

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

Getting ERROR in ./~/react-tabelify/react-tabelify/Tabelify.js #3

Open
myappci opened this issue Feb 22, 2017 · 3 comments
Open

Getting ERROR in ./~/react-tabelify/react-tabelify/Tabelify.js #3

myappci opened this issue Feb 22, 2017 · 3 comments

Comments

@myappci
Copy link

myappci commented Feb 22, 2017

Hello,

I am am trying it out and added it in my existing react project.
But getting that errors:

ERROR in ./~/react-tabelify/react-tabelify/Tabelify.js
Module parse failed: C:\schoolsout\node_modules\react-tabelify\react-tabelify\Tabelify.js Unexpected token (127:12)

This is webpack config:
/**

  • Created by carsten.mueller on 12.02.2017.
    */
    var path = require('path');
    var webpack = require('webpack');

module.exports = {
entry: [
'./src/app.js', 'babel-polyfill'
],
devtool: 'source-map',
output: {
path: __dirname + "/build",
filename: 'app.js',
publicPath: '/js/'
},
module: {
loaders: [{
test: /.js?$/,
loaders: ["react-hot-loader",'babel-loader'],
include: path.join(__dirname, 'src'),

    }]
}

};

Any ideas what is going wrong?

Regards,
Carsten

@ghost
Copy link

ghost commented Feb 22, 2018

me too getting same error

@Luis0Antonio
Copy link

same here :/

@tbarnes94
Copy link

same error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants