electron-webpack-quick-start
electron-webpack-quick-start copied to clipboard
error when compiling dll when there is '@' in package name
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
Did you find a solution to this? Just hit the exact same problem.