react-tabelify icon indicating copy to clipboard operation
react-tabelify copied to clipboard

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

Open myappci opened this issue 8 years ago • 3 comments

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

myappci avatar Feb 22 '17 20:02 myappci

me too getting same error

ghost avatar Feb 22 '18 10:02 ghost

same here :/

Luis0Antonio avatar Jun 24 '18 16:06 Luis0Antonio

same error

tbarnes94 avatar Nov 02 '18 20:11 tbarnes94