1. A concise explanation of the problem you’re experiencing.
Hello, so I’m currently using webpack to bundle cesium and I am getting the following error after I build and deploy: Uncaught SyntaxError: Unexpected token ‘export’
2. A minimal code example. If you’ve found a bug, this helps us reproduce and repair it.
I think I found the answer. Previous environment was using 1.62 while current environment was on 1.63. Any thoughts on why version 1.63 was not bundling correctly?
1. A concise explanation of the problem you’re experiencing.
Hello, so I’m currently using webpack to bundle cesium and I am getting the following error after I build and deploy: Uncaught SyntaxError: Unexpected token ‘export’