Skip to content

Added the support for the webpack #7

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

Merged
merged 4 commits into from
Jun 16, 2016

Conversation

abhishekthorat-tudip
Copy link
Contributor

1. Created two configuration file as webpack-formio.config.js and webpack-app.config.js
2. Webpack-formio.config.js contain the configuration code for the formio script.
3. Webpack-app.config.js contain the config code for the example app.
4. Created three different tasks in gulp accordingly,
    i) webpack_formio :- This task will execute same as gulp script in browserify.
    ii) webpack_app :- This task will execute same as gulp app browserify.
    iii) build_webpack :- This task will execute same as gulp serve browserify.
5. Added dev dependancies for
    i)babel-core
    ii)babel-loader
    iii)babel-preset-es2015
    iv)babel-preset-react
    v)gulp-sourcemaps
    vi)webpack-stream
6. SelectMixin.js file's changes was committed in other branch (react-currency-component) but still committing
    same changes in this branch because those changes are not merged yet.

randallknutson and others added 2 commits March 14, 2016 13:45
	1. Created two configuration file as webpack-formio.config.js and webpack-app.config.js
	2. Webpack-formio.config.js contain the configuration code for the formio script.
	3. Webpack-app.config.js contain the config code for the example app.
	4. Created three different tasks in gulp accordingly,
		i) webpack_formio :- This task will execute same as gulp script in browserify.
		ii) webpack_app :- This task will execute same as gulp app browserify.
		iii) build_webpack :- This task will execute same as gulp serve browserify.
	5. Added dev dependancies for
		i)babel-core
		ii)babel-loader
		iii)babel-preset-es2015
		iv)babel-preset-react
		v)gulp-sourcemaps
		vi)webpack-stream
	6. SelectMixin.js file's changes was committed in other branch (react-currency-component) but still committing
		same changes in this branch because those changes are not merged yet.
return eval(expression); //evaluate the expression.
}
//}
Copy link
Contributor

@jsg2021 jsg2021 Jun 14, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will throw an error. see my pull request for the final solution.

@randallknutson randallknutson merged commit f76a8fd into master Jun 16, 2016
@randallknutson randallknutson deleted the react-gulp-webpack-integration branch July 7, 2016 12:58
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

Successfully merging this pull request may close these issues.

3 participants