cheminfo / nmrium

React component to display and process nuclear magnetic resonance (NMR) spectra.
https://docs.nmrium.org
MIT License
48 stars 24 forks source link

Warning message when starting the project #1684

Open lpatiny opened 1 year ago

lpatiny commented 1 year ago
 [vite] warning: Top-level "this" will be replaced with undefined since this file is an ECMAScript module
51 |      lineNumber: 65,
52 |      columnNumber: 11
53 |    }, this),
   |       ^
54 |    label: 'Copy as molfile'
55 |  }, {

@hamed-musallam could you have a look at it ?

targos commented 1 year ago

I already spent some time on this. I think it's a bug in Vite or in esbuild, but not sure yet. Need to repro in a small project.