-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Extract webpack.demo.js from webpack.config.js #1994
Labels
Comments
lynnmercier
changed the title
Move webpack.config.js into demo directory
Extract webpack.demo.js from webpack.config.js
Feb 2, 2018
acdvorak
added a commit
that referenced
this issue
Feb 3, 2018
Adds `npm run test:buildconfig` command, and runs it during `npm test`. Replaces `;` with `&&` in `package.json` (Windows `cmd.exe` does not support `;`). Prerequisite for #1994
acdvorak
added a commit
that referenced
this issue
Feb 5, 2018
- Adds an `npm run test:buildconfig` command (called from `npm test`) - Replaces `;` with `&&` in `package.json` (Windows `cmd.exe` does not support `;`) To test this PR, simply change a single character in a `test/build/goldens/*.json` file. Then run `npm run test:buildconfig` in the console. This PR is a prerequisite for #1994.
acdvorak
added a commit
that referenced
this issue
Feb 28, 2018
acdvorak
added a commit
that referenced
this issue
Feb 28, 2018
acdvorak
added a commit
that referenced
this issue
Mar 9, 2018
acdvorak
added a commit
that referenced
this issue
Mar 9, 2018
acdvorak
added a commit
that referenced
this issue
Mar 9, 2018
acdvorak
added a commit
that referenced
this issue
Mar 9, 2018
williamernest
pushed a commit
that referenced
this issue
Mar 14, 2018
acdvorak
added a commit
that referenced
this issue
Mar 22, 2018
No longer needed now that Webpack config refactoring is complete. Refs #1994
acdvorak
added a commit
that referenced
this issue
Mar 22, 2018
No longer needed now that Webpack config refactoring is complete. Refs #1994
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a prerequisite to our new screenshot testing directory
The text was updated successfully, but these errors were encountered: