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

React with ES6 and Webpack Implementation #1813

Closed
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@
/bower_components
/dist
/tooling/node_modules
/.idea
1 change: 1 addition & 0 deletions .jscsrc
Expand Up @@ -45,6 +45,7 @@
"examples/js_of_ocaml/js/*.js",
"examples/olives/olives-todo.js",
"examples/polymer/elements/elements.build.js",
"examples/react-webpack-es6/build/app.js",
"examples/spine/js/**",
"examples/typescript-*/js/**/*.js",
"examples/vanilladart/**/*.js",
Expand Down
14 changes: 14 additions & 0 deletions examples/react-webpack-es6/.gitignore
@@ -0,0 +1,14 @@
node_modules/director
!node_modules/director/build/director.js

node_modules/react
!node_modules/react/dist/react-with-addons.js
!node_modules/react/dist/JSXTransformer.js
node_modules/todomvc-app-css
!node_modules/todomvc-app-css/index.css

node_modules/todomvc-common
!node_modules/todomvc-common/base.css
!node_modules/todomvc-common/base.js
/.idea
.idea