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

conflict with mini-css-extract-plugin < 0.10.0 #31

Open
jansenchan opened this issue Jun 11, 2021 · 1 comment
Open

conflict with mini-css-extract-plugin < 0.10.0 #31

jansenchan opened this issue Jun 11, 2021 · 1 comment

Comments

@jansenchan
Copy link

jansenchan commented Jun 11, 2021

when i use the fllow plugins:

  • webpack-retry-chunk-load-plugin@2.2.0
  • mini-css-extract-plugin@0.9.0

I got this error:

image

image

please add semicolon to prevent the conflict, like:

return (
  ';' 
  + source 
  + prettier.format(script, { 
    trailingComma: 'es5', 
    singleQuote: true, 
    parser: 'babel' 
  })
  + ';'
);
@bluthen
Copy link

bluthen commented Aug 2, 2023

Related to #53 mini-css-extract-plugin 0.9.0 is missing a semicolon. It looks like the semicolon is there in their latest 2.7.6. Not sure what the lowest version it was added in, but it seems fixed in a newer version of mini-css-extract-plugin.

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

No branches or pull requests

2 participants