-
-
Notifications
You must be signed in to change notification settings - Fork 497
Add strict mode to webpack encore bundle #663
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
Add strict mode to webpack encore bundle #663
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request passes validation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request passes validation.
symfony/webpack-encore-bundle/1.6/config/packages/webpack_encore.yaml
Outdated
Show resolved
Hide resolved
symfony/webpack-encore-bundle/1.6/config/packages/webpack_encore.yaml
Outdated
Show resolved
Hide resolved
symfony/webpack-encore-bundle/1.6/config/packages/test/webpack_encore.yaml
Outdated
Show resolved
Hide resolved
07619ce
to
83b9cba
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request does not pass validation.
symfony/webpack-encore-bundle/1.6/config/packages/test/webpack_encore.yaml
Outdated
Show resolved
Hide resolved
…ted to fast change
83b9cba
to
7e5e646
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request passes validation.
This PR adds new options to WebpackEncoreBundle and disables
strict-mode
in test environment.EDIT: Ping @weaverryan