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

Support for svgo ^2.3.1, svgo-loader ^3.0.0 #1233

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

higginsd-la
Copy link

Resolves #1192 - "Error: Plugin name should be specified" error

Resolves the "Error: Plugin name should be specified" error
Copy link
Owner

@swashata swashata left a comment

Choose a reason for hiding this comment

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

Please see the working solution as mentioned here #1192 (comment)

@@ -121,7 +121,7 @@ module.exports = {
test: /\.svg(\?v=\d+\.\d+\.\d+)?$/,
use: [
{
loader: fileLoader,
loader: 'file-loader',
Copy link
Owner

Choose a reason for hiding this comment

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

Why is this necessary? By using the fileLoader export, we actually ensure that we are using the file loader installed by wpackio/script. Otherwise this can cause issues when using with other tooling.

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.

SVGO Documentation outdated
2 participants