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

error when compiling dll when there is '@' in package name #46

Open
AlekzZz opened this issue Nov 11, 2018 · 1 comment
Open

error when compiling dll when there is '@' in package name #46

AlekzZz opened this issue Nov 11, 2018 · 1 comment

Comments

@AlekzZz
Copy link

AlekzZz commented Nov 11, 2018

Config:

"electronWebpack": {
  "renderer": {
    "dll": [
      "@material-ui/core",
      "@material-ui/icons",
      ...
    ]
  }
},

ERROR in vendor.js from Terser
Unexpected character '@' [external "@material-ui/core":1,0][vendor.js:98,17]

if I remove @material-ui/core and @material-ui/icons all is good

@Krelborn
Copy link

Did you find a solution to this? Just hit the exact same problem.

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