allen-cell-animated / volume-viewer

https://allen-cell-animated.github.io/volume-viewer/
Other
92 stars 7 forks source link

fix: Fixes webpack syntax error when running `npm run start` #221

Closed ShrimpCryptid closed 2 months ago

ShrimpCryptid commented 3 months ago

Fixes an error I was encountering when running webpack:

[webpack-cli] Failed to load 'C:\Users\...\volume-viewer\webpack.dev.js' config
[webpack-cli] SyntaxError: Unexpected token 'with'

This replaces the with token with a type assertion.

Estimated review size: tiny, 1 minute

toloudis commented 3 months ago

See #213 and #211

ShrimpCryptid commented 2 months ago

Closing for now