Closed golubvladimir closed 4 years ago
When I try to specify a library with @
externals: ['@loadable/component', nodeExternals()],
or
externals: [/loadable\/component$/, nodeExternals()],
I get an error
ERROR in client.js from Terser Unexpected character '@' [external "@loadable/component":1,0 [client.js:3235,17]
Have absolutely the same issue, did you solve it?
@vashchukmaksim I commented out this version. This problem is related to babel.
When I try to specify a library with @
or
I get an error