You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Followed instructions in docs, included the recommended plugin. However, when I attempt to start the app, I receive following errors:
ERROR in ./node_modules/@finos/perspective-viewer/src/js/utils.js 305:22
Module parse failed: Unexpected token (305:22)
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
| // does nothing.
| descriptor.value.flush = async function(obj) {
> if (obj[lock]?.lock) {
| await obj[lock].lock;
| await new Promise(requestAnimationFrame);
@ ./node_modules/@finos/perspective-viewer-datagrid/dist/esm/perspective-viewer-datagrid.js 2:0-75 1236:0-14
@ ./app/components/Root/Root.js
@ ./app/index.js
And:
ERROR in ./node_modules/@finos/perspective-viewer/dist/esm/@finos/perspective-vieux/pkg/perspective_vieux.js 597:22
Module parse failed: Unexpected token (597:22)
File was processed with these loaders:
* ./node_modules/string-replace-loader/index.js
You may need an additional loader to handle the result of these loaders.
| async function init(input) {
| if (typeof input === 'undefined') {
> input = import.meta.url.replace(/\.js$/, '_bg.wasm');
| }
| const imports = {};
@ ./node_modules/@finos/perspective-viewer/dist/esm/viewer.js 2:0-102 3:0-126 52:13-39 53:2-1654:9-26
@ ./app/components/Root/Root.js
@ ./app/index.js
Please advise on how to resolve this, does not seem to work as per documentation.
The text was updated successfully, but these errors were encountered:
I'm trying to get Perspective to work in my codesandbox example, with webpack 4.39.1.
My environment: https://codesandbox.io/s/nervous-shirley-frey2
Followed instructions in docs, included the recommended plugin. However, when I attempt to start the app, I receive following errors:
And:
Please advise on how to resolve this, does not seem to work as per documentation.
The text was updated successfully, but these errors were encountered: