SenyaMur / ag-grid-odata

Implementation Odata ServerSideDatasource for ag-grid
MIT License
20 stars 8 forks source link

Storybook failed on run #28

Closed SenyaMur closed 3 years ago

SenyaMur commented 3 years ago

On run storybook receive error:

ERROR in ./node_modules/ag-grid-odata/build/index.js 1:9
Module parse failed: Unexpected token (1:9)
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
> export * as types from './types';
| export { OdataProvider as default, OdataServerSideProvider, OdataProviderClient } from './OdataProvider';
| //# sourceMappingURL=index.js.map
......