We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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: /**
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
The text was updated successfully, but these errors were encountered:
me too getting same error
Sorry, something went wrong.
same here :/
same error
No branches or pull requests
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:
/**
*/
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
The text was updated successfully, but these errors were encountered: