sindresorhus / p-map

Map over promises concurrently
MIT License
1.27k stars 58 forks source link

webpack build failed #43

Closed wulucxy closed 3 years ago

wulucxy commented 3 years ago
ERROR in ../node_modules/p-map/node_modules/aggregate-error/index.js 7:1
Module parse failed: Unexpected character '#' (7:1)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
|
| export default class AggregateError extends Error {
>   #errors;
sindresorhus commented 3 years ago

This is a problem with Webpack and should be opened on the Webpack issue tracker.