I was trying to setup arquero with react, but it won't resolve because WebPack5 needs fullySpecified as the import paths both in arquero and in the current used version of apache-arrow do not import with .mjs file endings.
rules: [
{
test: /\.(js|mjs)$/,
resolve: {
fullySpecified: false
}
// ...
],
ref: webpack/webpack.js.org#3975
I was trying to setup
arquerowith react, but it won't resolve because WebPack5 needsfullySpecifiedas the import paths both in arquero and in the current used version of apache-arrow do not import with.mjsfile endings.ref: webpack/webpack.js.org#3975