Skip to content

Commit 8a1629f

Browse files
committed
Fix CORS Issues with gmshQuadReader Module Import. The problem is caused from the import statement missing the .js extension.
1 parent 1e341df commit 8a1629f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/mesh/meshGenerationScript.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
* Class to handle the generation of structured finite element meshes
1313
*/
1414

15-
16-
import { importGmsh } from '../readers/gmshQuadReader';
17-
15+
import { importGmsh } from '../readers/gmshQuadReader.js';
1816

1917
export class meshGeneration {
2018
/**

0 commit comments

Comments
 (0)