-
-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Description
Hi, I just updated to version 2.1.0 and I'm getting this error when building:
SyntaxError: Unexpected token ...
My config:
plugins: [
new ManifestPlugin({
fileName: '../../../.js-names.json',
filter: (file) => !file.path.match(/\.map$|\d-chunk/)
})
],
Guessing it has problems to handle es6 features. Any idea how I could fix this?
Metadata
Metadata
Assignees
Labels
No labels