electron-userland / electron-userland/electron-webpack-quick-start
error when compiling dll when there is '@' in package name
Open
- Dominant language
- JavaScript
- Stars
- 746
- Forks
- 245
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.