fin-hypergrid / core

A canvas-based super high performant grid renderer API
MIT License
897 stars 144 forks source link

Migrate to Webpack #525

Closed Dwaynekj closed 7 years ago

jjrv commented 7 years ago

I'm using SystemJS to bundle Hypergrid with my app. It's great! It works as-is, I just have to generate a config using: cbuild -o dist/bundle.js -C config-npm.js (command from the cbuild package).

Since it's using the Node.js entry point, I have to add this in my own code:

import analytics from 'hyper-analytics';

window.fin = {
    Hypergrid: {analytics: analytics}
};
Dwaynekj commented 7 years ago

@jjrv Thanks for the suggestion we will keep it under consideration when we get to this project later this spring

aqumus commented 7 years ago

I have used fin-hypergrid npm package with basic webpack configuration and it was loading and working fine for me.

dcchuck commented 7 years ago

@aqumus TY, confirmed. Closing.