-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
chore: Replace croppie from bower to yarn #4257
chore: Replace croppie from bower to yarn #4257
Conversation
This pull request is being automatically deployed with ZEIT Now (learn more). 🔍 Inspect: https://zeit.co/eventyay/open-event-frontend/4gt0od2qt |
Issues
======
- Added 6
See the complete overview on Codacy |
rules: [ | ||
{ | ||
test: /\.css$/i, | ||
use: ['style-loader', 'css-loader'], |
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.
Issue found: Missing space after key 'use'.
@@ -48,29 +48,34 @@ module.exports = function(defaults) { | |||
node: { | |||
path: true // TODO: Remove after https://github.com/fossasia/open-event-frontend/issues/3956 | |||
}, | |||
externals: { jquery: 'jQuery' }, |
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.
Issue found: Missing space after key 'externals'.
{ | ||
test: /\.css$/i, | ||
use: ['style-loader', 'css-loader'], | ||
}, |
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.
Issue found: Unexpected trailing comma.
rules: [ | ||
{ | ||
test: /\.css$/i, | ||
use: ['style-loader', 'css-loader'], |
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.
Issue found: Unexpected trailing comma.
module: { | ||
rules: [ | ||
{ | ||
test: /\.css$/i, |
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.
Issue found: Missing space after key 'test'.
test: /\.css$/i, | ||
use: ['style-loader', 'css-loader'], | ||
}, | ||
], |
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.
Issue found: Unexpected trailing comma.
Codecov Report
@@ Coverage Diff @@
## development #4257 +/- ##
============================================
Coverage 21.88% 21.88%
============================================
Files 461 461
Lines 4830 4830
Branches 5 5
============================================
Hits 1057 1057
Misses 3771 3771
Partials 2 2
Continue to review full report at Codecov.
|
Fix for #3957